-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Karen edited this page Jan 17, 2018
·
1 revision
A model to simplify your JSON API requests
With this little abstraction you can avoid complexity of writing API requests. The concept of this library is to create separate containers (but connected with each other) of your data you send to the server.
BaseModel can be imported to your project as a CommonJS module, ESM or just as a separate javascript file. This project is written in TypeScript, so you could also use these sources to import.