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

add hateoas for schema resource #58

Open
YANG-DB opened this issue Jan 7, 2023 · 0 comments
Open

add hateoas for schema resource #58

YANG-DB opened this issue Jan 7, 2023 · 0 comments
Assignees
Labels
api API related enhancement New feature or request

Comments

@YANG-DB
Copy link
Member

YANG-DB commented Jan 7, 2023

Is your feature request related to a problem?
For the schema resource - add support for hateoas type resources
see https://github.com/opensearch-project/simple-schema/blob/main/docs/endpoint.md#httpsuserdomainsimpleschemadomainschema

What solution would you like?
Schema resource should return in the next format

{
   name: "myDomain",
   user: "someone",
   ontology : "../ontology",
   index : "../index",
   graphql : "../graphql"
}

What alternatives have you considered?
N/A

Do you have any additional context?
see https://restfulapi.net/hateoas/

@YANG-DB YANG-DB added enhancement New feature or request api API related labels Jan 7, 2023
@Swiddis Swiddis moved this to In Progress in Simple Schema Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API related enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants