I am looking for a simple API for testing an API for a holiday. I would like to be able to maintain the structure of mocha and / or jasmine, as well as bind API data, a verb, etc.
api( '/maker' ) .put( return { name: 'Sample 1', type: 'cheese', country: 'United States' } ) .failed() .succussed(). .has( return { assert(1, 1) } );
source share