Skip to content

Commit d29189e

Browse files
committedFeb 26, 2019
Corrected language
1 parent 1a53022 commit d29189e

File tree

1 file changed

+1
-1
lines changed
  • 3 - Our First API Call - Requests and Responses

1 file changed

+1
-1
lines changed
 

‎3 - Our First API Call - Requests and Responses/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_starwars_character(id):
8181
return req.json()
8282
```
8383
84-
We will leave this function alone now, as we will be coming back to it in the next module where we start to interact with JSON objects. For now, lets create a few more creative functions.
84+
Now when we execute this function, the function tells the requests module to return the JSON object associated with the call. We will leave this function alone now, as we will be coming back to it in the next module where we start to interact with JSON objects. For now, lets create a few more creative functions.
8585
8686
Browse to the Star Wars API and look at a few of the documented API endpoints and create some useful functions of your own. Consider issuing a Pull Request via github to this repo to add these examples to the training!
8787

0 commit comments

Comments
 (0)