Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbluehat/recshackday
[Experimental] Collection+JSON Relify API wrapper written in Python + Flask
https://github.com/bigbluehat/recshackday
Last synced: 12 days ago
JSON representation
[Experimental] Collection+JSON Relify API wrapper written in Python + Flask
- Host: GitHub
- URL: https://github.com/bigbluehat/recshackday
- Owner: BigBlueHat
- Created: 2013-04-15T14:25:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-15T14:26:37.000Z (over 11 years ago)
- Last Synced: 2024-11-08T04:41:29.312Z (2 months ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collection+JSON wrapper for the @RelifyAPI
Worked a bit with @terrhorn of http://relify.com/ to
concept a more hypermedia-based version of their API.Not much to see yet, but this stubs out a Python + Flask
wrapper API endpoint that is intended to serve a
Collection+JSON variation of the API...so I can talk 'em
into switching doing it "hyper style."## Run it - requires Python 2.6+
$ pip install Flask Flask-Classy
$ python app.pyRequest http://localhost:5000/
## TODO
Pretty much everything...
## License
Apache License 2.0