-
Notifications
You must be signed in to change notification settings - Fork 464
JSON API Documentation #549
-
Hello, Is there any documentation to the JSON API for the |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
Hi! Unfortunately, no. We do not have good documentation on the JSON API. It's something we've had on our docs roadmap for a while, but we don't have an ETA yet. The closest thing to accessible API docs that we have at the moment are the comments in the If you have any specific questions about the API I'm happy to help answer them here. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Another way to figure out the API is looking at the Client implementation used by Lines 484 to 1051 in 75f24a1
|
Beta Was this translation helpful? Give feedback.
Hi! Unfortunately, no. We do not have good documentation on the JSON API. It's something we've had on our docs roadmap for a while, but we don't have an ETA yet.
The closest thing to accessible API docs that we have at the moment are the comments in the
tinystep
Rust library. The library is really well done and the comments describing the API are readable even if you don't know Rust. Check out https://github.com/Bluestone/tinystep/tree/trunk/src.If you have any specific questions about the API I'm happy to help answer them here.