We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I know VCR does this. We should copy them. Manually redacting cassettes is pretty tedious.
The text was updated successfully, but these errors were encountered:
@soffes I'd be interested in implementing this functionality, can you elaborate upon what you're looking to have redacted?
Sorry, something went wrong.
I have a PR in my fork of this that adds this functionality, based on VCR.py. tjprescott#5
It allows you to specify header, query or post body filters (though I haven't implemented POST body) which can be of three types:
.remove
.replace(String)
.closure((String, String) -> (String?))
nil
No branches or pull requests
I know VCR does this. We should copy them. Manually redacting cassettes is pretty tedious.
The text was updated successfully, but these errors were encountered: