Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Whereabouts - 3.1.0

Latest
Compare
Choose a tag to compare
@abiddiscombe abiddiscombe released this 17 Jan 20:31
· 4 commits to main since this release
795c2ca

Release 3.1.0 of the Whereabouts API introduces two new features:

  • Support for 'pretty-printed' JSON responses.
    Users can now opt-in to prettified JSON responses by passing the ?pretty query parameter. This capability uses Hono's prettyJSON middleware and is supported on all endpoints.

  • Support for custom dataset metdata.
    The /metadata endpoint can now provide custom dataset name, license, version, and documentation attributes. These can be any form of JSON value (e.g. string, number) and are stored alongside existing geospatial features in MongoDB.

This release has been pushed to Docker Hub.
You can interact with a demo of the API here, this instance uses the Ordnance Survey OpenNames dataset.