0.4.10 • Published 7 years ago

stormer-http v0.4.10

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

stormer-http

Implementation of Stormer Store for HTTP clients

CircleCI

Requirements

Available stores

Http Store

const HttpStore = require('stormer-http').HttpStore;
const store = new HttpStore({
  timeout: 1000,
  baseUrl: 'http://endpoint.mock.com/v1',
});

Http HAL Store

See http://stateless.co/hal_specification.html

const HttpHalStore = require('stormer-http').HttpHalStore;
const store = new HttpHalStore({
  timeout: 1000,
  baseUrl: 'http://endpoint.mock.com/v1',
});

Contributing

This project is work in progress and we'd love more people contributing to it.

  1. Fork the repo
  2. Apply your changes
  3. Write tests
  4. Submit your pull request
0.4.10

7 years ago

0.4.9

7 years ago

0.4.8

7 years ago

0.4.7

7 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

1.0.0

7 years ago

0.9.0

7 years ago