-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
We have a script that runs on a daily cron to query the tick api. The script asks for all updated entries from the previous day and stores those in a relational db with foreign keys for user and task. If a downloaded entry's foreign key fails we fetch the task at tasks/{id}.json. That endpoint doesn't exist for users. Instead we are forced to download all of the users every time we add someone to tick.
Having the individual endpoint would be very helpful.