Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/learn-how-to-analyze-code-documentation/660686845b5e788def3527ca.md

latest1.3 KB
Original Source
<!-- REVIEW -->

--description--

This is a review of the entire dialogue you just studied.

--instructions--

Write the following words or phrases in the correct spot:

API, identified, by checking, analyze, routes, and examples for.

--fillInTheBlank--

--sentence--

Sophie: I'm working with a new BLANK and I'm not sure how to BLANK its documentation effectively. What's the right approach in your opinion?

Brian: You should begin BLANK the endpoints and the BLANK provided in the documentation. This can give you a clear idea of what the API offers.

Sophie: Okay, and what should I do next?

Brian: Once you've BLANK the endpoints, read the descriptions and BLANK each one. This can help you understand how to use the API in your project.

Sophie: Thanks, I'll give it a shot.

--blanks--

API

--feedback--

A set of tools that lets programs talk to each other.


analyze

--feedback--

To study something carefully to understand it better.


by checking

--feedback--

Looking at something to find out more or confirm it.


routes

--feedback--

Paths that show how data moves in a web app or API.


identified

--feedback--

Found or recognized something.


examples for

--feedback--

Sample cases that show how to use or do something.