Skip to content

Commit d9f8188

Browse files
committed
adding swagger to APIs page
1 parent 0fd32d9 commit d9f8188

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

application-programming-intefaces.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
<h1>Application Programming Interfaces</h1>
4343
<p>Application programming interfaces (APIs) provide machine-readable
4444
data transfer and signaling between applications.</p>
45+
<h2>API open source projects</h2>
46+
<ul>
47+
<li><a href="https://github.com/wordnik/swagger-core">Swagger</a> is an open source project
48+
written in Scala that defines a standard interface for RESTful APIs.</li>
49+
</ul>
4550
<h2>API resources</h2>
4651
<ul>
4752
<li><a href="https://zapier.com/">Zapier</a> has an

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-05-22T10:14:41Z</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-05-23T07:31:01Z</updated></feed>

source/content/pages/06-apis/0601-application-programming-interfaces.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Application programming interfaces (APIs) provide machine-readable
2121
data transfer and signaling between applications.
2222

2323

24+
## API open source projects
25+
* [Swagger](https://github.com/wordnik/swagger-core) is an open source project
26+
written in Scala that defines a standard interface for RESTful APIs.
27+
28+
2429
## API resources
2530
* [Zapier](https://zapier.com/) has an
2631
[APIs 101](https://zapier.com/blog/apis-101/) free guide for what APIs

0 commit comments

Comments
 (0)