https://github.com/will/crow
Easy API mock endpoints
https://github.com/will/crow
Last synced: 12 months ago
JSON representation
Easy API mock endpoints
- Host: GitHub
- URL: https://github.com/will/crow
- Owner: will
- Created: 2010-05-20T22:38:33.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-05-20T23:52:23.000Z (almost 16 years ago)
- Last Synced: 2025-03-10T15:56:23.918Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Crow
====
Easy endpoints for api mocking
Usage
-----
Make a new instance with `Crow.new( path_to_your_fixtures )`
You'll probably want to use Artifice (or ShamRack). Using with Artifice is easy, just do `Artifice.activate_with Crow.new(path)`
Your fixures directory should have a folder for get, post, put, and delete. Right now Crow only does gets, but will do the REST shortly (snicker).