Expand description
Routes for serving API endpoints.
Structs§
- GeoJson
- A wrapper struct for any geojson response.
Enums§
- Error
- Errors for our axum routes.
Functions§
- collection
- Returns the
/collections/{collectionId}endpoint from the ogcapi-features conformance class. - collections
- Returns the
/collectionsendpoint from the ogcapi-features conformance class. - conformance
- Returns the
/conformanceendpoint from the ogcapi-features conformance class. - from_
api - Creates an axum::Router from an Api.
- get_
search - Returns the GET
/searchendpoint from the item search conformance class - item
- Returns the
/collections/{collectionId}/items/{itemId}endpoint from the ogcapi-features conformance class - items
- Returns the
/collections/{collectionId}/itemsendpoint from the ogcapi-features conformance class - post_
search - Returns the POST
/searchendpoint from the item search conformance class - queryables
- Returns the
/queryablesendpoint. - root
- Returns the
/endpoint from the core conformance class. - service_
desc - Returns the
/apiendpoint from the core conformance class. - service_
doc - Returns the
/api.htmlendpoint from the core conformance class.