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