Accessing the API from Javascript (Node.js or a browser)
Currently, we offer the following libraries:
- The mittwald API client library
@mittwald/api-clientis an auto-generated client for the mStudio v2 API. It can be used in both Node.js and browser applications. - The mittwald API React client library
@mittwald/api-clientis an auto-generated React client for the mStudio v2 API. The React client has an equivalent for every GET method of the regular client. The methods return an AsyncResource that can be used to get the API responses.
Coming soon:
- A higher-level library of functionalities building on
@mittwald/api-client