clockodo
clockodo copied to clipboard
Unofficial JavaScript/TypeScript SDK for Clockodo
In order to authenticate via API key, we need to add the email address as HTTP header. If that email address contains a special character, there might be problems authenticating....
The Clockodo SDK has been previously designed in a way to allow additional parameters that haven't been typed yet. E.g. imagine there is a new parameter we haven't added to...
BREAKING CHANGE: Remove official Node 16 support. We don't know of an actual breaking change but we also don't test it anymore. So update with caution. BREAKING CHANGE: This includes...
semantic-release's Github plugin triggers a "Secondary rate limit": https://github.com/peerigon/clockodo/actions/runs/4665573239/jobs/8259117117 since a couple of weeks. This will hopefully be fixed with https://github.com/semantic-release/github/pull/487 References https://github.com/semantic-release/semantic-release/issues/2204
There are two issues with the current filter interface (that is used by `getEntries` for instance): - We need to maintain a separate query param mapping - The return type...
Right now if Clockodo adds a new property to their response, some of our tests that are expecting properties to match one-to-one would fail. We should consider removing this check...