0.5.1 • Published 6 years ago

apidotjs v0.5.1

Weekly downloads
17
License
MIT
Repository
github
Last release
6 years ago

api.js

Codeship Status for K0TT/api.js

codecov

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 apidotjs

With npm

npm install --save-dev apidotjs

With yarn

yarn add apidotjs --dev

Testing

To run functional tests you need to keep the test server running while executing tests. Run

npm start

To 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 start

This command will run unit/functional tests

gulp test

Documentation

Gitbook - api.js

Contribution

Issue tracker: https://github.com/K0TT/api.js/issues

Contact: doddi@kott.is

0.5.1

6 years ago

0.5.0

6 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.3.4

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago