meafmira / bs-axios

Bucklescript bindings for axios
71 stars 23 forks source link

Expose transformer type, add transformResponse. #10

Closed cknitt closed 6 years ago

cknitt commented 6 years ago

transformResponse was missing.

I also needed to expose the full type definition for transformer in the .rei file (as there is no makeTransformer function or something like that, so a transformer cannot be "instantiated" otherwise).