rest-data-api

Create REST data APIs supporting custom ad-hoc queries that can be cached and reused.


Keywords
rest, data, api, query, ad hoc, adhoc, rest api, rest query, rest data, rest adhoc, rest ad hoc, data api
License
Artistic-2.0
Install
npm install rest-data-api@1.4.0

Documentation

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