1.0.2 • Published 6 years ago

@xlr8/config v1.0.2

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

XLR8 Config Service

The following API endpoints are exposed by this service to let client application access their configuration sets. The id can be anything but as a convention, we use the client_id and the apiVersion hash : md5(client_id, apiVersion). This will uniquely identify an application specific, version specific, config set.

GET /sets/:id/:prop? PUT /sets/:id/:prop? POST /sets DELETE /sets/:id/:prop?