Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.py

Request http://localhost:5000/

## TODO

Pretty much everything...

## License

Apache License 2.0