0.1.7 • Published 7 years ago

@miriamjs/api-client v0.1.7

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Miriam api-client

An opinionated API client for Miriam projects

npm install api-client

Features

  • Mobx observer support
  • Standardized, non-exception JS object return types
  • Uniform request and response methodology
  • onError hooks for extended error control
  • Connection timeout support

Watchman Configuration

In order to use api-client in your project while also developing it:

brew uninstall watchman
brew update && brew upgrade
brew install --HEAD watchman
npm i -g wml
wml add <src> <dst>
wml list
wml start