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
With the latest update this line gives an error:
var albums = await client.GetAlbumsAsync(new VimeoDotNet.Parameters.GetAlbumsParameters { PerPage = 50 });
And the error is "System.Net.ProtocolViolationException: Cannot send a content-body with this verb-type."
Any workarounds?
Thanks, Kam
The text was updated successfully, but these errors were encountered:
Fix pass query parameters in GET request. #95
b3d53a6
@kamnaz I fix issues in "GET" request processing and add the test for your case. Thank you for the report.
Sorry, something went wrong.
mfilippov
No branches or pull requests
With the latest update this line gives an error:
var albums = await client.GetAlbumsAsync(new VimeoDotNet.Parameters.GetAlbumsParameters { PerPage = 50 });
And the error is "System.Net.ProtocolViolationException: Cannot send a content-body with this verb-type."
Any workarounds?
Thanks,
Kam
The text was updated successfully, but these errors were encountered: