Skip to content
API
Doc
Example
Non-Reference Documentation
Getting Started
Authentication and Authorization
Creating an Account
Code Sample
Rate Limiting and Thresholds
Status Codes
Glossary
Resources
electric Resource
acoustic Resource
classical Resource
ukulele Resource
bass Resource
About this Website
Quizzes
Lesson 1 Quiz – Intro to REST APIs
Lesson 2 Quiz – Using an API like a developer
Lesson 3 Quiz – Documenting API Endpoints
Lesson 4 Quiz – Conceptual Topics in API Docs
API
Doc
Example
Non-Reference Documentation
Getting Started
Authentication and Authorization
Creating an Account
Code Sample
Rate Limiting and Thresholds
Status Codes
Glossary
Resources
electric Resource
acoustic Resource
classical Resource
ukulele Resource
bass Resource
About this Website
Quizzes
Lesson 1 Quiz – Intro to REST APIs
Lesson 2 Quiz – Using an API like a developer
Lesson 3 Quiz – Documenting API Endpoints
Lesson 4 Quiz – Conceptual Topics in API Docs
Lesson 6 Quiz – Conceptual Topics in API Docs
Lesson 6 Quiz – Conceptual Topics in API Docs
admin
May 12, 2021
|
0
Lesson 4 Quiz - Conceptual Topics in API Docs
Name
Email Address
1.
Which of the following IS NOT an authorization type?
Add description here!
OAuth
Basic Auth
Facebook
API keys
HMAC
2.
Rate limits determine the performance rates of the web server receiving the REST calls.
True
False
3.
Status codes are not included in the response body.
True
False
4.
A good API Quick Reference section provides end-to-end instruction.
True
False
5.
A ____ code usually indicates a bad request:
500
403
200
404
400
6.
The Getting Started tutorial should include (select all that apply):
Resource descriptions
Getting API keys
Evaluating the response
Signing up for an account
Making a request
7.
Stylistic conventions for API glossaries include (select all that apply):
Tooltips
Definition tense
Definition length
Capitalization
8.
Conceptual topics include endpoint descriptions.
True
False
9.
To explain the API product well, the product overview should include all available information, including all marketing references.
True
False
10.
Authorization allows the API to use a certain action when making a REST call.
True
False
Time is Up!
Time's up
Post navigation
Previous:
Previous post:
Lesson 3 Quiz – Documenting API Endpoints