API Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What do services like Sunrise, Toggl, and Cloud Magic have in common?

A

They integrate with todoist, in order to expand tracking services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the difference between Todoist’s old Developer Platform and the new Sync API?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a webhook?

A

A method of connecting multiple web applications through triggers and HTTP callbacks, in order to extend functionality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the steps involved in connecting todoist to a third-party application?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What did PowerApp add to the todoist developer toolkit?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the Response Status code to signify success in a web server?

A

2xx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When a user provides incorrect login credentials, what is the response status code generally issued from a web server?

A

4xx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How is batching significant to Sync API?

A

It allows a single HTTP post to perform multiple read-write commands

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does Incremental Sync do for the Sync API?

A

Controls data flow via Sync Request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How could todoist’s API be used to establish a connection between it and a third party application?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What API Calls have been replaced by a single API Call?

A

“get”, “sync”, and “syncAndGetUpdated”

Were replaced by “sync” (functioning like the old syncAndGetUpdated)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are some common return values for sync commands that have to be returned to the client?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the endpoint that all Sync API requests share?

A

URL: http://todoist.com/API/v6/sync

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are some examples of requests made to Sync API?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Example API Management products

A

3scale, Apigee, Axway, CA Technologies, IBM, Informatica, Intel Services, MuleSoft, SOA Software, Tibco Software, WSO2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly