Greenstand / treetracker-query-api

To fetch Greenstand map data for client's like web map, wallet app, and so on.
GNU General Public License v3.0
14 stars 58 forks source link

Implement the API `/trees/{uuid}` #342

Closed dadiorchen closed 1 year ago

dadiorchen commented 1 year ago

We need to be able to query the tree info by uuid (the uuid field in the trees table), currently we can do /trees/{id} where id is the key in the trees table in the form of integer, but we need to extend this router to accept uuid and query the db by the uuid column.


Some hints:

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.70.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: