https://github.com/mrmurphy/requestr
An exercise in RESTful APIs
https://github.com/mrmurphy/requestr
Last synced: 7 months ago
JSON representation
An exercise in RESTful APIs
- Host: GitHub
- URL: https://github.com/mrmurphy/requestr
- Owner: mrmurphy
- Created: 2013-05-04T18:28:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-04T18:39:47.000Z (about 13 years ago)
- Last Synced: 2024-05-01T20:31:50.390Z (about 2 years ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Requestr
========
An exercise in RESTful APIs
## Tests
To run the test suite:
1. `easy_install nose`
2. `easy_install web.py`
2. run `nose` in the root directory of the project.