@odata2ts/axios-odata-client
v0.6.1
Published
Axios based odata client consumable by odata2ts
Downloads
62
Maintainers
Readme
Axios OData Client
:warning: DEPRECATION NOTICE This package has been replaced by
@odata2ts/http-client-axios
: Axios Client
The Axios OData Client serves as HTTP client for odata2ts and uses - as its name suggests - axios for realizing the HTTP communication.
It's V2 as well as V4 compatible and represents the reference implementation of the odata-client-api.
It supports:
- request configuration
- automatic CSRF token handling
Installation
Install package @odata2ts/axios-odata-client
as runtime dependency:
npm install --save @odata2ts/axios-odata-client
Axios is automatically installed as dependency.
Documentation
Main documentation for the odata2ts eco system: https://odata2ts.github.io
Examples
See example packages for examples of how to integrate the client.
Tests
Admittedly, there are no unit tests as of now.
However, the Axios OData Client is used by most integration tests.
See examples and watch out for the int-test
folder:
Trippin example.
Support, Feedback, Contributing
This project is open to feature requests, suggestions, bug reports, usage questions etc. via GitHub issues.
Contributions and feedback are encouraged and always welcome.
See the contribution guidelines for further information.
License
MIT - see License.