Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: /instances #5

Open
jpuzz0 opened this issue Aug 28, 2023 · 1 comment
Open

API: /instances #5

jpuzz0 opened this issue Aug 28, 2023 · 1 comment
Assignees
Labels

Comments

@jpuzz0
Copy link

jpuzz0 commented Aug 28, 2023

/instances
Type: GET
Description: Returns list of instances
Parameters: None

Example response:

[
  { id: "1", version: "1.0.0", note: "upstream" },
  { id: "2", version: "2.0.0", note: "upstream" },
  { id: "3", version: "3.0.0", note: "upstream" },
  { id: "4", version: "4.0.0", note: "upstream" },
  { id: "5", version: "5.0.0", note: "upstream" }
]
@jpuzz0 jpuzz0 changed the title API: Instances endpoint API: /instances Aug 28, 2023
@jpuzz0 jpuzz0 changed the title API: /instances API: /instances (GET) Aug 28, 2023
@jpuzz0 jpuzz0 changed the title API: /instances (GET) API: /instances Aug 28, 2023
@alessandrocarminati alessandrocarminati self-assigned this Sep 5, 2023
@alessandrocarminati
Copy link
Collaborator

Start working on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants