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
there are 2 changes to be made.
the first is the WaifuResponse has moved protected and hideFilename into it's own settings object that looks as followes:
WaifuResponse
protected
hideFilename
You can check the swagger schema for this change here: https://waifuvault.moe/api-docs/
this object can not be null and will ALWAYS contain the values inside of it
The second change is in the upload query parameters, there is a new optional boolean called one_time_download. you can see this reflected here:
one_time_download
The text was updated successfully, but these errors were encountered:
I will rather smell some shoes
Sorry, something went wrong.
DO IT
chore: readme update
98f46b6
closes #6
ernestmarcinko
Successfully merging a pull request may close this issue.
there are 2 changes to be made.
First
the first is the
WaifuResponse
has movedprotected
andhideFilename
into it's own settings object that looks as followes:You can check the swagger schema for this change here: https://waifuvault.moe/api-docs/
this object can not be null and will ALWAYS contain the values inside of it
Second
The second change is in the upload query parameters, there is a new optional boolean called

one_time_download
. you can see this reflected here:The text was updated successfully, but these errors were encountered: