Project

crow

0.0
No commit activity in last 3 years
No release in over 3 years
Easy API mocking with Crow!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

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