0.5.1 • Published 8 years ago
apidotjs v0.5.1
api.js
api.js is a REST helper library for javascript. The purpose is to provide methods that are commonly used when dealing with REST request to and from a server.
Installation
With bower
bower install --save-dev apidotjsWith npm
npm install --save-dev apidotjsWith yarn
yarn add apidotjs --devTesting
To run functional tests you need to keep the test server running while executing tests. Run
npm startTo start the test server
Starting the test server with Docker
A Dockerfile is included at the root of the project. To start the test server with docker simply run
docker build -t api .
docker run --name api -p 8000:8000 -d api npm startThis command will run unit/functional tests
gulp testDocumentation
Gitbook - api.js
Contribution
Issue tracker: https://github.com/K0TT/api.js/issues
Contact: doddi@kott.is