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

Upgrade to Uploadcare API 0.7 #68

Open
sbailliez opened this issue Dec 18, 2024 · 0 comments · May be fixed by #69
Open

Upgrade to Uploadcare API 0.7 #68

sbailliez opened this issue Dec 18, 2024 · 0 comments · May be fixed by #69
Labels

Comments

@sbailliez
Copy link

Describe the bug

Client requests are being sent as 0.6 while other libraries like Ruby are using 0.7, The Uploadcare server returns a warning to use 0.7 in the headers.

The java client should be updated to support the latest version.

Expected behavior

Supports 0.7

Code / screenshots

Version 0.6 is currently sent in the request

request.setHeader("Accept", "application/vnd.uploadcare-v0.6+json");

Some model changes might be needed to support 0.7

Environment

N/A

@sbailliez sbailliez added the bug label Dec 18, 2024
carlspring added a commit to carlspring/uploadcare-java that referenced this issue Jan 13, 2025
@carlspring carlspring linked a pull request Jan 13, 2025 that will close this issue
3 tasks
carlspring added a commit to carlspring/uploadcare-java that referenced this issue Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant