cloudconvert / cloudconvert-java

Official CloudConvert Java SDK
35 stars 19 forks source link

Not able to use Base64 and raw type for import #31

Closed iti-gupta2 closed 3 years ago

iti-gupta2 commented 3 years ago

I'm trying to convert base64 and raw type of import data into another format. I could find Request DTOs for the other type of import options available(URL,S3,GoogleCloudStorage, AzureBlob,SFTP,OpenStack) but I could not find any method to access the base46 and raw endpoints. Could please tell me if I'm missing something here?

josiasmontag commented 3 years ago

They are not implemented in the SDK yet.

We will add them at some point. In meantime, PRs are welcome.

iti-gupta2 commented 3 years ago

Sure! Thanks for the quick response.