generated from Greenstand/treetracker-microservice-template
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
Description
To implement an endpoint:
treetracker-query-api/docs/api/spec/query-api.yaml
Lines 549 to 577 in 1c7c606
/gis/location/nearest: | |
get: | |
summary: get nearest gis location by filter/parameters | |
operationId: get-gis-location-nearest | |
responses: | |
'200': | |
description: OK | |
content: | |
application/json: | |
schema: | |
$ref: '#/components/schemas/location' | |
parameters: | |
- schema: | |
type: integer | |
minimum: 1 | |
maximum: 18 | |
in: query | |
name: zoomlevel | |
description: the map zoomlevel | |
- schema: | |
type: float | |
in: query | |
name: lat | |
description: the latitude | |
- schema: | |
type: float | |
in: query | |
name: lon | |
description: the longitude |
- Please write an e2e test to cover it.
- Please follow the guide in the 'readme' to follow our architecture on the server-side.
Some hints:
- Please read our readme for more information/guide/tutorial.
- Here is an engineering book in Greenstand.
- To know more about our organization, visit our website.
- If you want to join the slack community (some resources need the community member's permission), please leave your email address.