We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff49fd commit 6500a84Copy full SHA for 6500a84
README.md
@@ -31,6 +31,9 @@ You can get your secret at https://www.convertapi.com/a
31
32
```java
33
Config.setDefaultSecret("your-api-secret");
34
+// or token authentication
35
+Config.setDefaultToken("your-token");
36
+Config.setDefaultApiKey("your-api-key");
37
```
38
39
### File conversion
0 commit comments