Files
timezone-service/README.md
Peter Siegmund 5e16a77645 update readme
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2024-09-30 22:45:01 +02:00

20 lines
502 B
Markdown

# Timezone Service for Firmware-HQ
## Endpoints
`curl https://firmware-hq.dev/v1/timezone`
Will return the timezone information for the requesting client. Uses the external IP of the client
`curl https://firmware-hq.dev/v1/timezone/Europe`
Will return all locations within the area.
`curl https://firmware-hq.dev/v1/timezone/Europe/Berlin`
Will return the timezone information for a specific area/location combination.
## Responses
All endpoint will return a 200 or 404 (in case of an error).