File: sidebarintro.html

package info (click to toggle)
flask-restful 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 700 kB
  • ctags: 827
  • sloc: python: 3,743; makefile: 276; pascal: 26
file content (14 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h3>About</h3>
<p>
  Flask-RESTful provides an extension to Flask for building REST APIs.
  Flask-RESTful was initially developed as an internal project at <a
	  href="http://www.twilio.com">Twilio</a>, built to power their public and
  internal APIs.
</p>
<h3>Useful Links</h3>
<ul>
  <li><a href="http://flask.pocoo.org/">The Flask Website</a></li>
  <li><a href="http://pypi.python.org/pypi/Flask-RESTful">Flask-RESTful @ PyPI</a></li>
  <li><a href="http://github.com/twilio/flask-restful">Flask-RESTful @ github</a></li>
  <li><a href="http://github.com/twilio/flask-restful/issues">Issue Tracker</a></li>
</ul>