You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
The OpenBEL API should report the API version. The API is not stable yet so this should reflect the 0.x.x series. Until 1.x.x we should expect breaking changes to be possible as it evolves.
The API version uses Semantic Versioning so it's reasonable to report both a version string and granular structure. Something like:
Added GET /api/version that reports the semantic version of the OpenBEL API. It supports JSON or TEXT depending on Accept header or ?format=json|text query parameter.
Added -v and --version options to openbel-api and openbel-config commands.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The OpenBEL API should report the API version. The API is not stable yet so this should reflect the 0.x.x series. Until 1.x.x we should expect breaking changes to be possible as it evolves.
The API version uses Semantic Versioning so it's reasonable to report both a version string and granular structure. Something like:
With
Accept: text/plain
or?format=text
With
Accept: application/json
or?format=json
The text was updated successfully, but these errors were encountered: