Skip to content

Commit 9a9ec72

Browse files
committed
updates
1 parent 11b7aa3 commit 9a9ec72

File tree

3 files changed

+3
-3
lines changed
  • labs
    • coding-205-writing-file-ga
    • coding-207-putting-it-together-ga

3 files changed

+3
-3
lines changed

labs/coding-205-writing-file-ga/5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Step 5. Save data from JSON to a file
22
Often, when you are working with REST APIs (see [Coding 101: Rest Basics Learning Lab](/lab/coding-101-rest-basics-ga/step/1) ), it is handy to be able to save some data to a file.
33

4-
We can combine the techniques for writing to a file that we just learned with the techniques for calling REST APIs that we learned in [Coding 101 Calling REST APIs from Python](/lab/coding-101-rest-python/step/1)
4+
We can combine the techniques for writing to a file that we just learned with the techniques for calling REST APIs that we learned in [Coding 102 Calling REST APIs from Python](/lab/coding-102-rest-python-ga/step/1)
55

66
Let's take a look at an example that retrieves some JSON from the [APIC-EM APIs](http://devnetapic.cisco.com).
77

labs/coding-207-putting-it-together-ga/3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Let's look at what is going on in the code.
7979

8080
### Things to think about
8181
* What other APIC-EM APIs in the [APIC-EM API Reference](http://devnetapic.cisco.com) would you like to try?
82-
* Check out the [Coding 102: Calling REST APIs from Python Learning Lab](/lab/coding-102-rest-python/step/1) for more information on using the Requests library to make API calls.
82+
* Check out the [Coding 102: Calling REST APIs from Python Learning Lab](/lab/coding-102-rest-python-ga/step/1) for more information on using the Requests library to make API calls.

labs/coding-207-putting-it-together-ga/4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ Open the file that you specified for the log file. You should see a result like
206206
### Congrats! You did it!###
207207

208208
### Things to think about
209-
* Check out the [Coding 202: Parsing JSON using Python Learning Lab](/lab/coding-201-parsing-json/step/1) for more information on parsing JSON.
209+
* Check out the [Coding 202: Parsing JSON using Python Learning Lab](/lab/coding-202-parsing-json/step/1) for more information on parsing JSON.

0 commit comments

Comments
 (0)