Simple cloudconvert package
This is a package for converting a file from one format to another using cloudconvert. This package is very minimal and uses Cloudconvert and filebin.io APIs in order to convert.
Usage
Get Your cloudconvert API key from here (Requires a cloudconvert account)
Warnings
- Cloudconvert requires tokens, and uses 1 token per usage of
converter.convert - Cloudconvert also has a rate limit of 500 requests.
- This request uses blocking requests from
request::blocking, this could result in errors in async programs. - No Advanced error handling. If there's any error it is simply returned back to you.
extra note
This package is NOT a cloudconvert API client. You can find that here