| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2875,7 +2875,7 @@ <h1>API Integration</h1> | |||
| 2875 | 2875 | integrating APIs is less commonly written about. However, this subject | |
| 2876 | 2876 | continuously grows in importance because APIs provide critical functionality | |
| 2877 | 2877 | across many implementation areas.</p> | |
| 2878 | - <h2>Hosted API services</h2> | ||
| 2878 | + <h2>Hosted API testing services</h2> | ||
| 2879 | 2879 | <ul> | |
| 2880 | 2880 | <li> | |
| 2881 | 2881 | <p><a href="https://www.runscope.com/">Runscope</a> is a service specifically designed | |
@@ -2890,6 +2890,12 @@ <h2>Hosted API services</h2> | |||
| 2890 | 2890 | <h2>API Integration Resources</h2> | |
| 2891 | 2891 | <ul> | |
| 2892 | 2892 | <li> | |
| 2893 | + <p>Some developers prefer to use | ||
| 2894 | + <a href="http://docs.python-requests.org/en/latest/">Requests</a> instead of an API's | ||
| 2895 | + helper library. In that case check out this | ||
| 2896 | + <a href="http://engineering.hackerearth.com/2014/08/21/python-requests-module/">tutorial on using requests to access web APIs</a>.</p> | ||
| 2897 | + </li> | ||
| 2898 | + <li> | ||
| 2893 | 2899 | <p>John Sheehan's | |
| 2894 | 2900 | "<a href="https://speakerdeck.com/johnsheehan/zen-and-the-art-of-api-maintenance">Zen and the Art of API Maintenance</a>" | |
| 2895 | 2901 | slides are relevant for API integration.</p> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -49,7 +49,7 @@ <h1>API Integration</h1> | |||
| 49 | 49 | integrating APIs is less commonly written about. However, this subject | |
| 50 | 50 | continuously grows in importance because APIs provide critical functionality | |
| 51 | 51 | across many implementation areas.</p> | |
| 52 | - <h2>Hosted API services</h2> | ||
| 52 | + <h2>Hosted API testing services</h2> | ||
| 53 | 53 | <ul> | |
| 54 | 54 | <li> | |
| 55 | 55 | <p><a href="https://www.runscope.com/">Runscope</a> is a service specifically designed | |
@@ -64,6 +64,12 @@ <h2>Hosted API services</h2> | |||
| 64 | 64 | <h2>API Integration Resources</h2> | |
| 65 | 65 | <ul> | |
| 66 | 66 | <li> | |
| 67 | + <p>Some developers prefer to use | ||
| 68 | + <a href="http://docs.python-requests.org/en/latest/">Requests</a> instead of an API's | ||
| 69 | + helper library. In that case check out this | ||
| 70 | + <a href="http://engineering.hackerearth.com/2014/08/21/python-requests-module/">tutorial on using requests to access web APIs</a>.</p> | ||
| 71 | + </li> | ||
| 72 | + <li> | ||
| 67 | 73 | <p>John Sheehan's | |
| 68 | 74 | "<a href="https://speakerdeck.com/johnsheehan/zen-and-the-art-of-api-maintenance">Zen and the Art of API Maintenance</a>" | |
| 69 | 75 | slides are relevant for API integration.</p> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,2 +1,2 @@ | |||
| 1 | 1 | <?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-09-20T10:59:13Z</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-09-21T09:55:42Z</updated></feed> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ continuously grows in importance because APIs provide critical functionality | |||
| 30 | 30 | across many implementation areas. | |
| 31 | 31 | ||
| 32 | 32 | ||
| 33 | - ## Hosted API services | ||
| 33 | + ## Hosted API testing services | ||
| 34 | 34 | * [Runscope](https://www.runscope.com/) is a service specifically designed | |
| 35 | 35 | for APIs that assists developers with automated testing and traffic | |
| 36 | 36 | inspection. | |
@@ -40,6 +40,11 @@ across many implementation areas. | |||
| 40 | 40 | ||
| 41 | 41 | ||
| 42 | 42 | ## API Integration Resources | |
| 43 | + * Some developers prefer to use | ||
| 44 | + [Requests](http://docs.python-requests.org/en/latest/) instead of an API's | ||
| 45 | + helper library. In that case check out this | ||
| 46 | + [tutorial on using requests to access web APIs](http://engineering.hackerearth.com/2014/08/21/python-requests-module/). | ||
| 47 | + | ||
| 43 | 48 | * John Sheehan's | |
| 44 | 49 | "[Zen and the Art of API Maintenance](https://speakerdeck.com/johnsheehan/zen-and-the-art-of-api-maintenance)" | |
| 45 | 50 | slides are relevant for API integration. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments