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-102-rest-python-ga/1.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ In this Learning Lab, you learn the basics of how to call a REST API in Python.
13
13
14
14
**Background**
15
15
16
-
* Complete the [REST API Fundamentals Learning Lab module](https://developer.cisco.com/learning/modules/rest-api-fundamentals/what-are-rest-apis/step/1) if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1"Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
16
+
* Complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules. if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1"Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
17
17
18
18
* You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](https://www.w3schools.com/js/js_json_intro.asp"W3Schools JSON Tutorial") to get a firm base to build upon.
19
19
* Complete the [Coding 101 Rest Basics Learning Lab](/lab/coding-101-rest-basics-ga/step/1) before you start this lab.
Copy file name to clipboardExpand all lines: labs/coding-201-parsing-xml/1.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In this Learning Lab, you learn the basics of parsing XML content using Python.
10
10
11
11
## Prerequisites
12
12
13
-
* Complete the [REST API Fundamentals Learning Lab module](https://developer.cisco.com/learning/modules/rest-api-fundamentals/what-are-rest-apis/step/1) if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1"Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
13
+
* Complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1"Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
14
14
15
15
* You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](https://www.w3schools.com/js/js_json_intro.asp"W3Schools JSON Tutorial") to get a firm base to build upon.
Copy file name to clipboardExpand all lines: labs/coding-202-parsing-json/1.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ When you have completed this Learning Lab, you will be able to:
13
13
14
14
## Prerequisites
15
15
16
-
* Complete the [REST API Fundamentals Learning Lab module](https://developer.cisco.com/learning/modules/rest-api-fundamentals/what-are-rest-apis/step/1) if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1"Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
16
+
* Complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1"Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
17
17
18
18
* You should also have a basic familiarity with JSON. Otherwise, consider visiting the [W3Schools JSON Tutorial](https://www.w3schools.com/js/js_json_intro.asp"W3Schools JSON Tutorial") to get a firm base to build upon.
Copy file name to clipboardExpand all lines: labs/coding-207-putting-it-together-ga/1.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Understand how to do the following:
16
16
## Prerequisites
17
17
18
18
**Background**
19
-
* Before starting this lab, complete the [Coding 101: Rest Basics Learning Lab](/lab/coding-101-rest-basics-ga/step/1) and the [Coding 102: Calling REST APIs from Python Learning Lab](/lab/coding-102-rest-python-ga/step/1).
19
+
* Before starting this lab, complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules.
20
20
21
21
**Access to DNA Center**
22
22
* To run these code samples, you need Access to DNA Center.
Copy file name to clipboardExpand all lines: labs/coding-210-parsing-json-c++/1.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ In this Learning Lab, you learn the basics of parsing JSON content using C++. Yo
13
13
## Prerequisites
14
14
15
15
* A text editor.
16
-
* Complete the [REST API Fundamentals Learning Lab module](https://developer.cisco.com/learning/modules/rest-api-fundamentals/what-are-rest-apis/step/1) if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1"Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
16
+
* Complete the [Coding Fundamentals](https://developer.cisco.com/learning/modules/programming-fundamentals) and [REST API Fundamentals](https://developer.cisco.com/learning/modules/rest-api-fundamentals) Learning Lab modules. if you are unfamiliar with Python and retrieving results from a RESTful service and the [Parsing XML using Python Lab](lab/coding-201-parsing-xml/step/1"Parsing XML using Python Lab") for a similar approach to retrieving data using XML.
17
17
18
18
##### On Windows
19
19
Install Cygwin with the gcc compiler and libcurl libraries.
0 commit comments