-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
Milestone
Description
Summary
Booster-http currently exposes endpoints to enable easier replication of data. The functionality of this API may change over time, and will do so less frequently than Boost version updates. It would be helpful for users of booster-http to know what version is running to map that back to current capabilities.
Initial Version
Right now we just need a basic json object with a version string that we can extend later.
$ curl http://{booster-http.url}/info
{"Version":"0.1.0"}
Future Extensions
In the future we could also add an array of endpoints ("Links") to enable more programmatic discovery, but there isn't a current need for this yet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done