Skip to content

Avocarrot/stormer-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of Stormer Store for HTTP

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors