dependabot[bot] 7889bf48da
Some checks failed
deploy to hetzner / deploy (push) Failing after 7m27s
Bump org.springframework.cloud:spring-cloud-dependencies
Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2023.0.3 to 2024.0.0.
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.3...v2024.0.0)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 00:06:31 +01:00
2024-09-17 09:24:34 +02:00
2024-08-16 21:07:26 +02:00
2024-10-30 12:09:51 +01:00
2024-10-30 19:22:22 +01:00
2024-08-16 21:07:26 +02:00
2024-10-16 21:57:06 +02:00
2024-11-01 22:54:22 +01:00
2024-08-17 00:11:15 +02:00
2024-08-16 21:07:26 +02:00
2024-08-16 21:07:26 +02:00
2024-10-28 15:44:22 +01:00

Timezone Service for Firmware-HQ

Endpoints

curl https://api.firmware-hq.dev/v1/timezone

Will return the timezone information for the requesting client. Uses the external IP of the client

curl https://api.firmware-hq.dev/v1/timezone/Europe

Will return all locations within the area.

curl https://api.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).

Description
No description provided
Readme AGPL-3.0 168 KiB
Languages
Java 90.5%
Dockerfile 6%
Makefile 3.5%