Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The only public documentation found discuss about TickTick Open API
There is a discussion about API v2 on Reddit
https://www.reddit.com/r/ticktick/comments/yob4h4/api_v2_documentation/
A repository with API v2 Python bindings (most probably inferred from Web interface Network introspection)
glasslion/ticktick-python
Not sure if the bindings are complete
A repository with API v2 JavaScript bindings (most probably inferred from Web interface Network introspection)
lucasvtiradentes/ticktick-api-lvt
Not sure if the bindings are complete
Another repository with API v2 JavaScript bindings (most probably inferred form Web interface Network introspection)
ArthurDelamare/ticktick-api
Open API v1 endpoints:
https://api.ticktick.com/open/v1
Internal API v2 endpoints:
https://api.ticktick.com/api/v2 and/or https://ticktick.com/api/v2
This repository currently provides Kotlin bindings for Open API v1 which is not complete compared to feature set of the Web interface & app (not folders, tags, tag colors etc.)
That being said, the
Task
entity contains optionaltags: list<string>
with tags labels (no information about tags colors though).Beta Was this translation helpful? Give feedback.
All reactions