@odata2ts/jquery-odata-client
v0.3.2
Published
JQuery based odata client usable by odata2ts
Downloads
5
Maintainers
Readme
JQuery OData Client
:warning: DEPRECATION NOTICE This package has been replaced by
@odata2ts/http-client-jquery
: JQuery Client
odata2ts compatible odata client based on JQuery.
The JQuery OData Client serves as HTTP client for odata2ts
.
It uses JQuery to perform HTTP requests, specifically the 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/jquery-odata-client
as runtime dependency:
npm install --save @odata2ts/jquery-odata-client
JQuery is a peer-dependency of this package, so it's not contained in or installed through this package.
Documentation
JQuery OData Client Documentation
Main documentation for the odata2ts eco system: https://odata2ts.github.io
Tests
Admittedly, there are no unit tests as of now.
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.