Skip to content

scottaubrey/api-dummy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eLife 2.0 Dummy API

Build Status

This contains a dummy implementation of the eLife 2.0 API.

##Import article

cd /srv/api-dummy
./bin/import 09560

The above command should result in a data fixture for article 09560 being created at /srv/api-dummy/data/articles/09560.json

Run locally

cd /srv/api-dummy
php -S localhost:5001 ./web/index.php

Then visit http://localhost:5001/articles in your browser.

About

Dummy implementation of the eLife Sciences API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 98.2%
  • Other 1.8%