Skip to content
Karen edited this page Jan 17, 2018 · 1 revision

BaseModel

A model to simplify your JSON API requests

About

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.

Distribution

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.

Clone this wiki locally