API Reference tesla_keys v0.1.3
Modules
Tesla middleware for converting the request and response body keys. This middleware will convert all the keys from the request body using the function defined in the options before executing the request, and will convert all the keys from the response body using the function defined in options after getting the response
Tesla Middleware for remapping the body keys of the request and response. This middlware will convert all the keys of the body by their respective relation defined in the options before sending the request and after receiving the response