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
To replicate;
The saved file will contain the string representation of a Ruby Hash rather than the document held in Artifactory.
This can be explained by the following code in Artifactory:Client;
def success(response) if (response.content_type || '').include?('json') JSON.parse(response.body) else response.body end end
The text was updated successfully, but these errors were encountered:
I will try and submit a fix soon
Sorry, something went wrong.
No branches or pull requests
To replicate;
The saved file will contain the string representation of a Ruby Hash rather than the document held in Artifactory.
This can be explained by the following code in Artifactory:Client;
The text was updated successfully, but these errors were encountered: