Skip to content

Commit 672d8b6

Browse files
committed
deploy: ad3a2c6
1 parent dec61ad commit 672d8b6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

_data/cats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"breeds":[],"id":"7sh","url":"https://cdn2.thecatapi.com/images/7sh.gif","width":500,"height":292},{"breeds":[],"id":"MTU2NDQ5Nw","url":"https://cdn2.thecatapi.com/images/MTU2NDQ5Nw.gif","width":244,"height":250},{"breeds":[],"id":"MTU3ODE4OA","url":"https://cdn2.thecatapi.com/images/MTU3ODE4OA.gif","width":245,"height":245},{"breeds":[],"id":"MTYzOTg4OQ","url":"https://cdn2.thecatapi.com/images/MTYzOTg4OQ.gif","width":245,"height":200},{"breeds":[],"id":"MTg3OTc3OQ","url":"https://cdn2.thecatapi.com/images/MTg3OTc3OQ.gif","width":200,"height":310}]
1+
[{"breeds":[],"id":"19t","url":"https://cdn2.thecatapi.com/images/19t.gif","width":239,"height":170},{"breeds":[],"categories":[{"id":5,"name":"boxes"}],"id":"5k7","url":"https://cdn2.thecatapi.com/images/5k7.gif","width":320,"height":240},{"breeds":[],"id":"80f","url":"https://cdn2.thecatapi.com/images/80f.gif","width":388,"height":306},{"breeds":[],"id":"b5d","url":"https://cdn2.thecatapi.com/images/b5d.gif","width":480,"height":270},{"breeds":[],"id":"MTU2NzAyOA","url":"https://cdn2.thecatapi.com/images/MTU2NzAyOA.gif","width":400,"height":300}]

chapters/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,9 @@ <h1 class="title">Welcome to Unlocking Data</h1>
302302
<li><p><a href="what-is-an-api.html"><strong>Interacting with APIs</strong></a>: This section covers the basics—what APIs are, how they work, and how to use them.</p></li>
303303
<li><p><a href="collecting-data-for-analysis.html"><strong>APIs for Data Analysis</strong></a>: This section focuses on APIs as data sources for research. It includes a lesson on collecting data via APIs and an example of how to analyze the collected data.</p></li>
304304
</ol>
305+
<p>Additionally, we have included a <a href="../resources/catalog.html">catalog of APIs</a> with descriptions, links to their documentation, and authentication requirements.</p>
305306
<p>Each lesson can be followed independently, and the workbook will remain available even if you don’t attend the workshop.</p>
306-
<p>Without further ado, let’s get started!</p>
307+
<p>Without further ado, let’s get started! 🚀</p>
307308

308309

309310

search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"href": "chapters/index.html",
3535
"title": "Welcome to Unlocking Data",
3636
"section": "",
37-
"text": "This is the workbook that accompanies the workshop Unlocking Data: A Gentle Introduction to APIs.\nThe workshop is designed for people with no programming experience who want to start working with APIs, particularly web APIs.\nYou can follow this workbook without installing any specific software. We’ve included interactive examples so you can practice alongside the workshop.\nAlthough no programming knowledge is required, you can explore the code behind each example by clicking the Code button, as shown below:\n\n\nCode\nhello = \"Hello, world!\"\nhello\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nA few notes before we start\n\n\n\nAlthough this workshop is about APIs in general, we will focus specifically on web APIs—particularly REST APIs that return JSON data. We’ve chosen this focus because REST APIs are the most common type of API and are also the most accessible without requiring specialized software.\nAdditionally, to keep things simple, we will not cover authentication. This means we will not be using API keys or tokens to access data.\nFinally, we will only be working with GET requests, meaning we won’t be creating, updating, or deleting any data.\n\n\nThe workbook is divided into two main sections:\n\nInteracting with APIs: This section covers the basics—what APIs are, how they work, and how to use them.\nAPIs for Data Analysis: This section focuses on APIs as data sources for research. It includes a lesson on collecting data via APIs and an example of how to analyze the collected data.\n\nEach lesson can be followed independently, and the workbook will remain available even if you don’t attend the workshop.\nWithout further ado, let’s get started!",
37+
"text": "This is the workbook that accompanies the workshop Unlocking Data: A Gentle Introduction to APIs.\nThe workshop is designed for people with no programming experience who want to start working with APIs, particularly web APIs.\nYou can follow this workbook without installing any specific software. We’ve included interactive examples so you can practice alongside the workshop.\nAlthough no programming knowledge is required, you can explore the code behind each example by clicking the Code button, as shown below:\n\n\nCode\nhello = \"Hello, world!\"\nhello\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nA few notes before we start\n\n\n\nAlthough this workshop is about APIs in general, we will focus specifically on web APIs—particularly REST APIs that return JSON data. We’ve chosen this focus because REST APIs are the most common type of API and are also the most accessible without requiring specialized software.\nAdditionally, to keep things simple, we will not cover authentication. This means we will not be using API keys or tokens to access data.\nFinally, we will only be working with GET requests, meaning we won’t be creating, updating, or deleting any data.\n\n\nThe workbook is divided into two main sections:\n\nInteracting with APIs: This section covers the basics—what APIs are, how they work, and how to use them.\nAPIs for Data Analysis: This section focuses on APIs as data sources for research. It includes a lesson on collecting data via APIs and an example of how to analyze the collected data.\n\nAdditionally, we have included a catalog of APIs with descriptions, links to their documentation, and authentication requirements.\nEach lesson can be followed independently, and the workbook will remain available even if you don’t attend the workshop.\nWithout further ado, let’s get started! 🚀",
3838
"crumbs": [
3939
"Introduction"
4040
]

0 commit comments

Comments
 (0)