http-api-orm
JSON →http-api-orm is an API ORM library for TypeScript, inspired by database ORMs. Version 1.3.0. It treats each API endpoint as a model, with Axios under the hood for HTTP requests. Key differentiators: it provides an ApiModel base class to configure request parameters, manage response data, and chain interceptors in order. Includes a Params class with proxyData() for reactive Vue 3 integration. Requires axios > 0.22.0 and lodash-es > 4.0.0 as peer dependencies.
Resources
packagehttp-api-orm ↗