azavea / franklin

A STAC/OGC API Features Web Service

Home Page:https://azavea.github.io/franklin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include rel=search link in landing page

jisantuc opened this issue · comments

Improvement

Item search suggests a link like the following in the landing page:

{
    "href": "https://example.com/search",
    "rel": "search",
    "title": "Search",
    "type": "application/geo+json",
    "method": "GET"
}

This rel type will probably be unique and can be used by clients to find the search endpoint. See also radiantearth/stac-api-spec#122

Closed by #699