Fetch based HTTP client for odata2ts. This client uses - as its name suggests - fetch for realizing the HTTP communication.
It supports:
- request configuration
- automatic CSRF token handling
Works also for Node.js v18+, but is still marked as experimental.
Install package @odata2ts/http-client-fetch
as runtime dependency:
npm install --save @odata2ts/http-client-fetch
Main documentation for the odata2ts eco system: https://odata2ts.github.io
See folder test for unit tests.
See folder int-test for integration tests.
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.
MIT - see License.