rest-data-api
v1.4.0
Published
Create REST data APIs supporting custom ad-hoc queries that can be cached and reused.
Downloads
7
Maintainers
Readme
REST Data API
Create REST data APIs supporting custom ad-hoc queries that can be cached and reused. This package and its corresponding client component module rest-data-client are inspired by the excellent post HTTP/REST Data APIs on the Panda Strike Blog.
Installation
You will also want to set up rest-data-client to access data served by the APIs you create with this module.
npm install rest-data-api
Usage
Development
TODO:
- [ ] Only allow client to create new queries during development. In production, only queries already defined server-side can be used.
- [ ] Let client discover hashes and names for saved query templates
- [ ] Add support for caching results