@odata2ts/http-client-jquery
v0.9.3
Published
JQuery based http client usable by odata2ts
Downloads
3
Maintainers
Readme
JQuery HTTP Client
odata2ts compatible odata client based on JQuery and its ajax method.
JQuery is used by this client but not installed (declared as peer dependency). The existing JQuery instance must be provided when initializing the client.
The whole client is meant to support usage of odata2ts
in UI5 apps, which use Jquery for HTTP communication.
Installation
Install package @odata2ts/http-client-jquery
as runtime dependency:
npm install --save @odata2ts/http-client-jquery
JQuery is a peer-dependency of this package, so it's not contained in or installed through this package.
Documentation
Main documentation for the odata2ts eco system: https://odata2ts.github.io
Tests
See folder test for unit tests.
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.