Open
Description
Checklist
- I have looked into the Readme and Examples, and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
RestClient is now almost 4 years old without maintenance. It has old dependencies which aren't being updated. So, this is starting to cause pain. Ideally, we don't use RestClient
any more.
Describe the ideal solution
I think migrating to faraday
is a good idea. It provides a nice interface which is very similar to HTTPProxy
and is well maintained.
Alternatives and current workarounds
No response
Additional context
No response