Skip to content

[FEATURE] Create /info endpoint to return middleware component info #9

Description

@jeffreyaven

Feature Description
create an /info endpoint GET route on the middleware server to return an application/json response as follows:

{
  "middlewareServer" : {
     "serverVersion": "v0.1.0",
     "commitSha": "abcdef..."
  }
  "stackQL":  {
     "serverVersion": "v2.0.0",
     "commitSha": "abcdef..."
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions