1.4.0 • Published 10 years ago

rest-data-api v1.4.0

Weekly downloads
7
License
Artistic-2.0
Repository
github
Last release
10 years ago

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
1.4.0

10 years ago

1.1.2

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.4.0

10 years ago

0.0.1

10 years ago