@xlr8/config
v1.0.2
Published
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
Downloads
4
Readme
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?