← 返回首页
adding new api resource · stackclone/fullstackpython.com@fe95d0d · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit fe95d0d

Browse files
committed
adding new api resource
1 parent a609d4c commit fe95d0d

66 files changed

Lines changed: 145 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎about-author.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
175175
</div>
176176
</div></div>
177177
<hr/>
178+
</div>
179+
<div class="container">
178180
<div class="footer pull-right">
179181
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
180182
2015

‎all.html‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3994,6 +3994,11 @@ <h2>API resources</h2>
39943994
provides context for why JSON-based web services are more common today than
39953995
SOAP which was popular in the early 2000s.</p>
39963996
</li>
3997+
<li>
3998+
<p><a href="https://medium.com/@orliesaurus/api-tools-for-every-occasion-10-api-tools-released-in-2015-i-can-t-live-without-d5947d9ca9c3">API tools for every occasion</a>
3999+
provides a list of 10 tools that are really helpful when working with APIs
4000+
that are new in 2015.</p>
4001+
</li>
39974002
</ul>
39984003
<h2>APIs learning checklist</h2>
39994004
<ol>
@@ -7537,6 +7542,8 @@ <h1>About the Author</h1>
75377542
</div>
75387543
</div></div>
75397544
<hr/>
7545+
</div>
7546+
<div class="container">
75407547
<div class="footer pull-right">
75417548
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
75427549
2015

‎api-creation.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
380380
</div>
381381
</div></div>
382382
<hr/>
383+
</div>
384+
<div class="container">
383385
<div class="footer pull-right">
384386
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
385387
2015

‎api-integration.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
266266
</div>
267267
</div></div>
268268
<hr/>
269+
</div>
270+
<div class="container">
269271
<div class="footer pull-right">
270272
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
271273
2015

‎application-dependencies.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
335335
</div>
336336
</div></div>
337337
<hr/>
338+
</div>
339+
<div class="container">
338340
<div class="footer pull-right">
339341
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
340342
2015

‎application-programming-interfaces.html‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ <h2>API resources</h2>
9292
provides context for why JSON-based web services are more common today than
9393
SOAP which was popular in the early 2000s.</p>
9494
</li>
95+
<li>
96+
<p><a href="https://medium.com/@orliesaurus/api-tools-for-every-occasion-10-api-tools-released-in-2015-i-can-t-live-without-d5947d9ca9c3">API tools for every occasion</a>
97+
provides a list of 10 tools that are really helpful when working with APIs
98+
that are new in 2015.</p>
99+
</li>
95100
</ul>
96101
<h2>APIs learning checklist</h2>
97102
<ol>
@@ -238,6 +243,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
238243
</div>
239244
</div></div>
240245
<hr/>
246+
</div>
247+
<div class="container">
241248
<div class="footer pull-right">
242249
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
243250
2015

‎best-python-resources.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
370370
</div>
371371
</div></div>
372372
<hr/>
373+
</div>
374+
<div class="container">
373375
<div class="footer pull-right">
374376
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
375377
2015

‎best-python-videos.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
289289
</div>
290290
</div></div>
291291
<hr/>
292+
</div>
293+
<div class="container">
292294
<div class="footer pull-right">
293295
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
294296
2015

‎bottle.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
236236
</div>
237237
</div></div>
238238
<hr/>
239+
</div>
240+
<div class="container">
239241
<div class="footer pull-right">
240242
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
241243
2015

‎caching.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ <h3 class="panel-head"><a href="/table-of-contents.html" style="color: #fff;">Ta
215215
</div>
216216
</div></div>
217217
<hr/>
218+
</div>
219+
<div class="container">
218220
<div class="footer pull-right">
219221
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
220222
2015

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.