You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme says that you can exclude specific URLs from being transformed. I'm wondering now if it would be possible to include specific URLs instead. I have a Rails project where I'm adding an API in its own namespace. As I'm not want to break the entire application, I'd like to just include the API namespace and keep the rest of the responses untouched.
EDIT: The method with the custom HTTP header is a bit tricky for the use case of this API as adding custom request headers all the time is a bit annoying (library issue).
The text was updated successfully, but these errors were encountered:
Great suggestion @magiruuvelvet, I'm no longer actively writing contributions to this gem, but would be happy to review a PR if you wanted to throw something together.
The readme says that you can exclude specific URLs from being transformed. I'm wondering now if it would be possible to include specific URLs instead. I have a Rails project where I'm adding an API in its own namespace. As I'm not want to break the entire application, I'd like to just include the API namespace and keep the rest of the responses untouched.
EDIT: The method with the custom HTTP header is a bit tricky for the use case of this API as adding custom request headers all the time is a bit annoying (library issue).
The text was updated successfully, but these errors were encountered: