Skip to content

v0.1.2

Compare
Choose a tag to compare
@pavelkrusek pavelkrusek released this 23 Oct 10:58
· 37 commits to main since this release

Fix: Changed POST data format from form-encoded to JSON.

Previously, POST requests were sent as form-encoded instead of JSON in the body.
This caused the API to interpret the requests using default parameters (current week).