Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/6606838ecf64478b53a51496.md

latest2.0 KB
Original Source
<!-- (Audio) Brian: You should begin by checking the endpoints and routes provided in the documentation. This can give you a clear idea of what the API offers. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

According to Brian, what should Sophie do first to understand what the API offers?

--answers--

Begin by checking the endpoints and routes in the documentation


Start by writing a summary of the entire documentation

--feedback--

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

--feedback--

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

--feedback--

Brian's initial recommendation is about understanding the API's functionalities.

--video-solution--

1

--scene--

json
{
  "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
    }
  ]
}