Skip to content

gkchestertron/jengascript-mocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#JengaScript Instant API Mocker This API mocker is a quick and dirty development solution that mocks a RESTful JSON API and allows CORS so that application front-ends can utilize it from anywhere. Allowing CORS on the client-side is trivial and this approach requires no integration (or code to remove) once the production API is ready.

##Usage Drop the contents of this folder onto an apache server and add whatever dummy data you want in JSON files. Name these files according to the url you would like them to be accessible at (i.e. for an endpoint at /things/ add a file called things.json to the top directory). Sending additional params with a GET request will search and match all models that meet all the criteria.

Copies will be created of each file with .temp appended. These files are used for POST, PUT, and DELETE requests without changing the original .json files. Deleting these .temp files will revert the output to the original spec from the .json files. Also, sending a delete to /endpoint/reset will remove the .temp file. The mocker also supports folders (i.e. for /things/little-things/ put a file called little-things.json inside a folder called things).

See example at http://www.JengaScript.com/data/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published