Home
Just the essentials
- Quick start
End-to-end setup on one page
A bit more background...
- Quick start
End-to-end setup on one page - Tips and tricks
The best bits of the library on one page - Actions config
All the ways to configure endpoints - ApiGroup
The primary class you'll use package and call endpoints
The whole enchilada!
-
Getting started
Start here to understand the package- Quick start
End-to-end setup on one page - Tips and tricks
The best bits of the library on one page - Actions config
All the ways to configure endpoints
- Quick start
-
Classes
Core functionality packaged as classes- ApiCore
Provides base functionality for all other classes - ApiGroup
ExtendsApiCore
to package URLs as callable actions - ApiEndpoint
ExtendsApiGroup
to manage CRUD endpoints - ApiResource
ExtendsApiEndpoint
to more fully manage CRUD resources
- ApiCore
-
Extension
Extend Axios Actions to encapsulate logic within services