Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeimer/clockify-openapi-spec
In-official Clockify OpenAPI Spec v3
https://github.com/aeimer/clockify-openapi-spec
clockify openapi openapi-spec openapi-specification openapi3
Last synced: about 14 hours ago
JSON representation
In-official Clockify OpenAPI Spec v3
- Host: GitHub
- URL: https://github.com/aeimer/clockify-openapi-spec
- Owner: aeimer
- License: mit
- Created: 2024-11-18T13:15:54.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2024-11-18T13:23:31.000Z (1 day ago)
- Last Synced: 2024-11-18T15:01:44.174Z (1 day ago)
- Topics: clockify, openapi, openapi-spec, openapi-specification, openapi3
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# In-official Clockify OpenAPI spec
This is a inofficial Clockify OpenAPI spec based on the
[official docs](https://docs.clockify.me).The main goal of this repo is to have a better spec than the API docs.
Sadly Clockify does not publishes a OpenAPI spec (or do they?) and the API docs seem to be incomplete.
Therefore, this OpenAPI spec should help you to e.g. generate SDKs in the language you need.See
[Swagger UI](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/aeimer/clockify-openapi-spec/refs/heads/main/clockify-openapi-spec.yaml).DISCLAIMER:
This is 100% best effort and not related in any kind to Clockify!Last updated: 2024-11-18
## Official Clockify OpenAPI spec
There is also an OpenAPI spec available under
https://api.clockify.me/api/v3/api-docsSee
[Swagger UI](https://petstore.swagger.io/?url=https://api.clockify.me/api/v3/api-docs).A copy can be found in the file [`official-clockify-openapi-spec.yaml`](official-clockify-openapi-spec.yaml).
The copy was created at 2024-11-19 with
`http GET https://api.clockify.me/api/v3/api-docs | yq -P -`.DISCLAIMER:
This is an undocumented endpoint, use with caution!## Contribution
If you want to help me keeping this API spec uptodate, I would love get some pull-requests 🤓
This API spec is generated with
[APIbldr](https://apibldr.com).