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

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

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