uploadcare / uploadcare-ruby

Ruby API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
MIT License
39 stars 28 forks source link

Base conversion client uses deprecated API version 0.5 #135

Closed optlsnd closed 7 months ago

optlsnd commented 7 months ago

The base conversion client sets the Accept header as application/vnd.uploadcare-v0.5+json. REST API v0.5 is deprecated, and usig it significantly limits the functionality of document/video conversion.

https://github.com/uploadcare/uploadcare-ruby/blob/a6b961a7cc7ed0f65aea704fa264b290ab3ad18c/lib/uploadcare/client/conversion/base_conversion_client.rb#L13