Skip to content

Add an info endpoint to booster-http #966

@jacobheun

Description

@jacobheun

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.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions