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
This new endpoint can be useful to access the internal metakg parser on any API metadata given by a url of the actual content.
It will support both GET and POST:
GET: GET /api/metakg/parse?url=<api_metadata_url>
POST: POST /api/metakg/parse with the body as the API metadata content
The output should be a list of parsed metakg edges, similar to what the existing /api/metakg endpoint returns.
The text was updated successfully, but these errors were encountered:
This new endpoint can be useful to access the internal metakg parser on any API metadata given by a url of the actual content.
It will support both GET and POST:
GET:
GET /api/metakg/parse?url=<api_metadata_url>
POST:
POST /api/metakg/parse
with the body as the API metadata contentThe output should be a list of parsed metakg edges, similar to what the existing
/api/metakg
endpoint returns.The text was updated successfully, but these errors were encountered: