We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aee301 commit b999e41Copy full SHA for b999e41
1 file changed
README.md
@@ -65,11 +65,11 @@ dependencies {
65
```java
66
// For complete examples and data files, please go to https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-java-samples
67
// Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
68
-String MyClientSecret = "";
69
-String MyClientId = "";
+String MyClientId = "";
+String MyClientSecret = "";
70
71
+// Create instance of the API
72
Configuration configuration = new Configuration(MyClientId, MyClientSecret);
-
73
AnnotateApi apiInstance = new AnnotateApi(configuration);
74
75
// Create annotation/s.
0 commit comments