curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/6606838ecf64478b53a51496.md
Listen to the audio and answer the question.
According to Brian, what should Sophie do first to understand what the API offers?
Begin by checking the endpoints and routes in the documentation
Start by writing a summary of the entire documentation
While summarizing can be helpful, Brian specifically advises beginning with checking the endpoints and routes, not summarizing the documentation.
Immediately implement the API in a project
Brian suggests beginning with understanding the API's offerings by checking endpoints and routes, not immediately implementing it.
Focus on the API's security features first
Brian's initial recommendation is about understanding the API's functionalities.
1
{
"setup": {
"background": "company2-breakroom.png",
"characters": [
{
"character": "Brian",
"position": {
"x": 50,
"y": 15,
"z": 1.2
},
"opacity": 0
}
],
"audio": {
"filename": "7.3-1.mp3",
"startTime": 1,
"startTimestamp": 6.96,
"finishTimestamp": 14.26
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.12,
"dialogue": {
"text": "You should begin by checking the endpoints and the routes provided in the documentation.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 5.46,
"finishTime": 8.3,
"dialogue": {
"text": "This can give you a clear idea of what the API offers.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 8.8
}
]
}