Things 3 Apps
Things is the award-winning personal task manager that helps you achieve your goals.
REST API
This gives a very initial idea. Will need much more reverse engineering.
Auth
Using email address registered with Things 3 client to fetch history key.
URL
https://cloud.culturedcode.com/version/1/account/<EMAIL>/own-history-key
Method
GET
Headers
Authorization: Password <PASSWORD>
Sample response
1 | { |
Get items
Using history key to get cloud items. Item definitions not yet clearly understood.
URL
https://cloud.culturedcode.com/version/1/history/<HISTORY_KEY>/items
Method
GET
Sample response
1 | { |
Add items
Need more work on verifying this.
URL
https://cloud.culturedcode.com/version/1/history/<HISTORY_KEY>/items
Method
POST
About this Post
This post is written by Dizy, licensed under CC BY-NC 4.0.