API Flashcards
What do services like Sunrise, Toggl, and Cloud Magic have in common?
They integrate with todoist, in order to expand tracking services.
What is the difference between Todoist’s old Developer Platform and the new Sync API?
…
What is a webhook?
A method of connecting multiple web applications through triggers and HTTP callbacks, in order to extend functionality.
What are the steps involved in connecting todoist to a third-party application?
…
What did PowerApp add to the todoist developer toolkit?
…
What is the Response Status code to signify success in a web server?
2xx
When a user provides incorrect login credentials, what is the response status code generally issued from a web server?
4xx
How is batching significant to Sync API?
It allows a single HTTP post to perform multiple read-write commands
What does Incremental Sync do for the Sync API?
Controls data flow via Sync Request
How could todoist’s API be used to establish a connection between it and a third party application?
…
What API Calls have been replaced by a single API Call?
“get”, “sync”, and “syncAndGetUpdated”
Were replaced by “sync” (functioning like the old syncAndGetUpdated)
What are some common return values for sync commands that have to be returned to the client?
…
What is the endpoint that all Sync API requests share?
URL: http://todoist.com/API/v6/sync
What are some examples of requests made to Sync API?
…
Example API Management products
3scale, Apigee, Axway, CA Technologies, IBM, Informatica, Intel Services, MuleSoft, SOA Software, Tibco Software, WSO2