Skip to content

Commit

Permalink
Update javascript/asynchronous_javascript_and_apis/working_with_apis.md
Browse files Browse the repository at this point in the history
Remove a repeated sentence.

Co-authored-by: MaoShizhong <[email protected]>
  • Loading branch information
Advaitmenon1106 and MaoShizhong authored Jul 7, 2024
1 parent 4a44b1c commit de347cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The specifics for using any API are usually documented on the service's website.
You'll probably get an error like this:

```text
No API key or session found. Please verify that your API key parameter is correct.No API key or session found. Please verify that your API key parameter is correct.
No API key or session found. Please verify that your API key parameter is correct.
```

This brings us to another point about APIs. In most cases, you will have to create an account and request an "API key" from the API service before attempting to fetch data from their endpoints (specific URLs that you use to access a particular function or data within the API). Once obtained, an API key will usually have to be included with every data request, such as *another* URL query string parameter:
Expand Down

0 comments on commit de347cc

Please sign in to comment.