https://github.com/mrmurphy/requestr
An exercise in RESTful APIs
https://github.com/mrmurphy/requestr
Last synced: 17 days 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: 2025-10-28T02:54:38.753Z (9 months ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 0
- 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.