Generating SDKs for your API
The first in a series of articles on generating libraries for a REST API
So, you’ve written a REST API. Since JavaScript has built-in support for executing web requests, and since it can treat JSON as data objects, we’re done, right? Everyone can just start writing code?
Depending on its design, a motivated developer or hacker may be willing to put in the effort to figure out your REST API, but others can give up when faced with confusion and roadblocks. Programmers rely on:
- Documentation, including Swagger or Open API…