API Design
Learn about the flow state design of the API
Last updated
Was this helpful?
Learn about the flow state design of the API
Last updated
Was this helpful?
The API is designed as a flow state with several branches. You always start at the top and move forward with each command in the branches, until you hit an endpoint, which either executes a command or returns a query result.
Note:
fetch()
endpoints will always return a bookmark, which you can reenter with thequery
property.
Download the Chart in Full Size: