File tree

1 file changed

+38
-14
lines changed

1 file changed

+38
-14
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,43 @@
11
# Perfect JSON API Example
22

3-
[![Perfect logo](http://www.perfect.org//Perfect_GH_header_854.jpg)](http://perfect.org/get-involved.html)
4-
5-
[![Perfect logo](http://www.perfect.org//Perfect_GH_button_1_Star.jpg)](https://.com/PerfectlySoft/Perfect)
6-
[![Perfect logo](http://www.perfect.org//Perfect_GH_button_2_Git.jpg)](https://gitter.im/PerfectlySoft/Perfect)
7-
[![Perfect logo](http://www.perfect.org//Perfect_GH_button_3_twit.jpg)](https://twitter.com/perfectlysoft)
8-
[![Perfect logo](http://www.perfect.org//Perfect_GH_button_4_slack.jpg)](http://perfect.ly)
9-
10-
11-
[![Swift 3.0](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)](https://developer.apple.com/swift/)
12-
[![Platforms OS X | Linux](https://img.shields.io/badge/Platforms-OS%20X%20%7C%20Linux%20-lightgray.svg?style=flat)](https://developer.apple.com/swift/)
13-
[![License Apache](https://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat)](http://perfect.org/licensing.html)
14-
[![Twitter](https://img.shields.io/badge/[email protected]?style=flat)](http://twitter.com/PerfectlySoft)
15-
[![Join the chat at https://gitter.im/PerfectlySoft/Perfect](https://img.shields.io/badge/Gitter-Join%20Chat-brightgreen.svg)](https://gitter.im/PerfectlySoft/Perfect?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
16-
[![Slack Status](http://perfect.ly/badge.svg)](http://perfect.ly) [![ version](https://badge.fury.io/gh/PerfectlySoft%2FPerfect-CURL.svg)](https://badge.fury.io/gh/PerfectlySoft%2FPerfect-CURL)
3+
<p align="center">
4+
<a href="http://perfect.org/get-involved.html" target="_blank">
5+
<img src="http://perfect.org/assets//perfect__2_0_0.jpg" alt="Get Involed with Perfect!" width="854" />
6+
</a>
7+
</p>
8+
9+
<p align="center">
10+
<a href="https://.com/PerfectlySoft/Perfect" target="_blank">
11+
<img src="http://www.perfect.org//Perfect_GH_button_1_Star.jpg" alt="Star Perfect On " />
12+
</a>
13+
<a href="http://stackoverflow.com/questions/tagged/perfect" target="_blank">
14+
<img src="http://www.perfect.org//perfect_gh_button_2_SO.jpg" alt="Stack Overflow" />
15+
</a>
16+
<a href="https://twitter.com/perfectlysoft" target="_blank">
17+
<img src="http://www.perfect.org//Perfect_GH_button_3_twit.jpg" alt="Follow Perfect on Twitter" />
18+
</a>
19+
<a href="http://perfect.ly" target="_blank">
20+
<img src="http://www.perfect.org//Perfect_GH_button_4_slack.jpg" alt="Join the Perfect Slack" />
21+
</a>
22+
</p>
23+
24+
<p align="center">
25+
<a href="https://developer.apple.com/swift/" target="_blank">
26+
<img src="https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat" alt="Swift 3.0">
27+
</a>
28+
<a href="https://developer.apple.com/swift/" target="_blank">
29+
<img src="https://img.shields.io/badge/Platforms-OS%20X%20%7C%20Linux%20-lightgray.svg?style=flat" alt="Platforms OS X | Linux">
30+
</a>
31+
<a href="http://perfect.org/licensing.html" target="_blank">
32+
<img src="https://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat" alt="License Apache">
33+
</a>
34+
<a href="http://twitter.com/PerfectlySoft" target="_blank">
35+
<img src="https://img.shields.io/badge/[email protected]?style=flat" alt="PerfectlySoft Twitter">
36+
</a>
37+
<a href="http://perfect.ly" target="_blank">
38+
<img src="http://perfect.ly/badge.svg" alt="Slack Status">
39+
</a>
40+
</p>
1741

1842
An Example JSON API for Perfect
1943

0 commit comments

Comments
 (0)