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 efcbd1d commit 7a10e13Copy full SHA for 7a10e13
examples/src/main/java/com/convertapi/examples/TokenAuthentication.java
@@ -8,7 +8,7 @@
8
/**
9
* Most simple conversion example with token authentication
10
*/
11
-public class SimpleConversion {
+public class TokenAuthentication {
12
13
public static void main(String[] args) {
14
Config.setDefaultToken(getenv("CONVERTAPI_TOKEN")); // Generate your token: https://www.convertapi.com/doc/auth
0 commit comments