issues
search
cloudconvert
/
cloudconvert-java
Official CloudConvert Java SDK
37
stars
20
forks
source link
Introduce common settings provider
#4
Closed
oleksandrkyetov
closed
4 years ago
oleksandrkyetov
commented
4 years ago
Changes:
Replaced separate api key and api url configurations with settings configuration;
Hardcoded sandbox/live urls instead of using api url configuration;
Webhook signing secret moved to the configuration;
Fix upload with input stream (pass file name in addition to file extension);
Integration tests timeout increased to 120 seconds;
Changes: