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

Patch/add titles in links #805

Merged
merged 3 commits into from
Mar 4, 2025
Merged

Patch/add titles in links #805

merged 3 commits into from
Mar 4, 2025

Conversation

vincentsarago
Copy link
Member

curl http://127.0.0.1:8081  | jq '.links[]'
{
  "rel": "self",
  "type": "application/json",
  "title": "This document",
  "href": "http://127.0.0.1:8081/"
}
{
  "rel": "root",
  "type": "application/json",
  "title": "Root",
  "href": "http://127.0.0.1:8081/"
}
{
  "rel": "data",
  "type": "application/json",
  "title": "Collections available for this Catalog",
  "href": "http://127.0.0.1:8081/collections"
}
{
  "rel": "conformance",
  "type": "application/json",
  "title": "STAC/OGC conformance classes implemented by this server",
  "href": "http://127.0.0.1:8081/conformance"
}
{
  "rel": "search",
  "type": "application/geo+json",
  "title": "STAC search [GET]",
  "href": "http://127.0.0.1:8081/search",
  "method": "GET"
}
{
  "rel": "search",
  "type": "application/geo+json",
  "title": "STAC search [POST]",
  "href": "http://127.0.0.1:8081/search",
  "method": "POST"
}
{
  "rel": "http://www.opengis.net/def/rel/ogc/1.0/queryables",
  "type": "application/schema+json",
  "title": "Queryables available for this Catalog",
  "href": "http://127.0.0.1:8081/queryables"
}
{
  "rel": "service-desc",
  "type": "application/vnd.oai.openapi+json;version=3.0",
  "title": "OpenAPI service description",
  "href": "http://127.0.0.1:8081/api"
}
{
  "rel": "service-doc",
  "type": "text/html",
  "title": "OpenAPI service documentation",
  "href": "http://127.0.0.1:8081/api.html"
}

@vincentsarago vincentsarago requested a review from gadomski March 3, 2025 16:49
@vincentsarago vincentsarago merged commit c3e1cd0 into main Mar 4, 2025
7 checks passed
@vincentsarago vincentsarago deleted the patch/add-titles-in-links branch March 4, 2025 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants