Skip to content
New issue

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

Changed GET requests into POST, API does not support GET anymore #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michielpost
Copy link

@pvanroos
Copy link

is this project dying? I'd love to see this merged.

@michielpost
Copy link
Author

You can use this code as a workaround to downoad files using the POST api:
var response = await _client.PostDownloadAsync("cat", default(CancellationToken), fileName);

@lidel lidel mentioned this pull request Mar 1, 2021
Copy link

@matnar matnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had the same problem and solved in the same way as proposed in this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants