Skip to content

Commit cfbfc8a

Browse files
committed
new api resources
1 parent 617117c commit cfbfc8a

File tree

6 files changed

+26
-1
lines changed

6 files changed

+26
-1
lines changed

all.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3145,6 +3145,11 @@ <h2>API Integration Resources</h2>
31453145
Django application, try out this tutorial to
31463146
<a href="https://www.twilio.com/blog/2014/11/build-your-own-pokedex-with-django-mms-and-pokeapi.html">Build your own Pokédex with Django, MMS and PokéAPI</a>.</p>
31473147
</li>
3148+
<li>
3149+
<p><a href="https://www.brianthicks.com/2014/12/01/test-apis-properly-with-vcr-py/">vcr.py</a>
3150+
is a way to capture and replay HTTP requests with mocks. It's extremely
3151+
useful for testing API integrations.</p>
3152+
</li>
31483153
</ul>
31493154
<h2>API integration learning checklist</h2>
31503155
<p><i class="fa fa-check-square-o"></i>
@@ -4169,6 +4174,10 @@ <h1>Change Log</h1>
41694174
the
41704175
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
41714176
<h2>2014</h2>
4177+
<h3></h3>
4178+
<ul>
4179+
<li>Added new API resources for integration and creation.</li>
4180+
</ul>
41724181
<h3>November</h3>
41734182
<ul>
41744183
<li>Adding a nice new continuous integration diagram.</li>

api-integration.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ <h2>API Integration Resources</h2>
108108
Django application, try out this tutorial to
109109
<a href="https://www.twilio.com/blog/2014/11/build-your-own-pokedex-with-django-mms-and-pokeapi.html">Build your own Pokédex with Django, MMS and PokéAPI</a>.</p>
110110
</li>
111+
<li>
112+
<p><a href="https://www.brianthicks.com/2014/12/01/test-apis-properly-with-vcr-py/">vcr.py</a>
113+
is a way to capture and replay HTTP requests with mocks. It's extremely
114+
useful for testing API integrations.</p>
115+
</li>
111116
</ul>
112117
<h2>API integration learning checklist</h2>
113118
<p><i class="fa fa-check-square-o"></i>

change-log.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ <h1>Change Log</h1>
4444
the
4545
<a href="https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages">source repository's commit log</a> on GitHub.</p>
4646
<h2>2014</h2>
47+
<h3></h3>
48+
<ul>
49+
<li>Added new API resources for integration and creation.</li>
50+
</ul>
4751
<h3>November</h3>
4852
<ul>
4953
<li>Adding a nice new continuous integration diagram.</li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-01T07:47:34Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-02T06:35:32Z</updated></feed>

source/content/pages/08-apis/0802-api-integration.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ across many implementation areas.
7676
Django application, try out this tutorial to
7777
[Build your own Pokédex with Django, MMS and PokéAPI](https://www.twilio.com/blog/2014/11/build-your-own-pokedex-with-django-mms-and-pokeapi.html).
7878

79+
* [vcr.py](https://www.brianthicks.com/2014/12/01/test-apis-properly-with-vcr-py/)
80+
is a way to capture and replay HTTP requests with mocks. It's extremely
81+
useful for testing API integrations.
82+
7983

8084
## API integration learning checklist
8185
<i class="fa fa-check-square-o"></i>

source/content/pages/11-misc/1104-change-log.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ the
2323
[source repository's commit log](https://github.com/makaimc/fullstackpython.github.com/commits/gh-pages) on GitHub.
2424

2525
## 2014
26+
###
27+
* Added new API resources for integration and creation.
28+
2629
### November
2730
* Adding a nice new continuous integration diagram.
2831
* More Django and database resources.

0 commit comments

Comments
 (0)