- Passing down all http options from constructor to fetch
- Some code cleanup and potentially fix: #3
- Add react native support. See: 1598111
- Able to require normally via
require('lokka-transport-http').Transport
;
- Handle 200 and 400 status code separately. Throw errors for others.
- 200 is for success
- 400 is for when there is a GraphQL Error
- Initial release