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
Would be good to have a few endpoints at the mdstudio core level to do such things as:
get the (latest) registered requests and response JSON schemas for a given service endpoint.
validate if a endpoint is available within the current microservice ecosystem
refresh registered schemas for a microservice without the need to rebuild the full DB schema
collection. Especially nice during development where it is possible and likely that
mistakes/changes will be made
query endpoint to allow a user to query for endpoints based on JSON schema metadata such as
description, title, keywords, etc.
The text was updated successfully, but these errors were encountered:
Would be good to have a few endpoints at the mdstudio core level to do such things as:
collection. Especially nice during development where it is possible and likely that
mistakes/changes will be made
description, title, keywords, etc.
The text was updated successfully, but these errors were encountered: