You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: labs/coding-205-writing-file-ga/5.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Step 5. Save data from JSON to a file
2
2
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.
3
3
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)
5
5
6
6
Let's take a look at an example that retrieves some JSON from the [APIC-EM APIs](http://devnetapic.cisco.com).
Copy file name to clipboardExpand all lines: labs/coding-207-putting-it-together-ga/3.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,4 +79,4 @@ Let's look at what is going on in the code.
79
79
80
80
### Things to think about
81
81
* 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.
0 commit comments