curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/66068414094b3a8c10a4770d.md
Listen to the audio and complete the sentence.
Once BLANK identified the endpoints, BLANK the descriptions and examples for each one. This can help you BLANK how to use the BLANK in your project.
you've
It is short for you have. It's used here to mean once Sophie has identified the endpoints.
read
It means to look at words and understand what they mean.
understand
It means to grasp the meaning or significance of something. Brian wants Sophie to grasp how the API works.
API
It stands for Application Programming Interface, a tool that allows software to interact.
{
"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": 16.84,
"finishTimestamp": 24.5
}
},
"commands": [
{
"character": "Brian",
"opacity": 1,
"startTime": 0
},
{
"character": "Brian",
"startTime": 1,
"finishTime": 5.2,
"dialogue": {
"text": "Once you've identified the endpoints, read the descriptions and examples for each one.",
"align": "center"
}
},
{
"character": "Brian",
"startTime": 5.54,
"finishTime": 8.66,
"dialogue": {
"text": "This can help you understand how to use the API in your project.",
"align": "center"
}
},
{
"character": "Brian",
"opacity": 0,
"startTime": 9.16
}
]
}