mattkrick / cashay

:moneybag: Relay for the rest of us :moneybag:
MIT License
453 stars 28 forks source link

Add a HTTPTransport class #37

Closed mattkrick closed 8 years ago

mattkrick commented 8 years ago

API import {HTTPTransport} from 'cashay' // allows for tree shaking

http is identical to relay's API const httpTransport = new HTTPTransport('/foo', init)