-
Notifications
You must be signed in to change notification settings - Fork 1
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
how to discover API labels #1
Comments
it may also be worth to talk about discovery from formats that are relevant but have no built-in way to use typed links. OpenAPI comes to mind... |
wondering whether while you're working of the landscape viewer and the set of labels it is using, @u1i, there is some input for this issue just from the implementation point of view? |
for now (i.e., the API days paris presentation), http://dret.net/lectures/api-days-paris-2019/#api-to-labels is saying that we're going the |
Integrating API labels and OAS could be interesting. Related to OAI/OpenAPI-Specification#1973 |
On 2020-01-16 08:04, Roberto Polli wrote:
Integrating API labels and OAS could be interesting.
yes, it definitely would be useful. sadly, OpenAPI has no way to
register extensions, but that's how it is. the etiketo spec maybe should
define a way to do it, and possibly for other description formations as
well.
|
this is a simplistic approach, though it's something. Clearly those are not expected to overlap with other
Let me know if you have another proposal. We aim at populating api catalogs based just on OAS spec and that's one of the missing links to achieve the goal. |
how do we want to make API label documents discoverable? here are two options:
define a
labels
link relation type to be specifically defined for associating labels (could be used for other labeling schemes as well).recommend the use of the existing link relation type
describedby
to be used for linking to an API labels document.The text was updated successfully, but these errors were encountered: