2525: prompt example
[arvados.git] / sdk / java / ArvadosSDKJavaExampleWithPrompt.java
index dc10fec3897e5dbd8fc88654ddc6c55d786eb5c5..93ba3aa54040c4d4334be2aa91f55eebae15e9c8 100644 (file)
@@ -34,6 +34,7 @@ public class ArvadosSDKJavaExampleWithPrompt {
 
     System.out.print("Welcome to Arvados Java SDK.");
     System.out.println("\nYou can use this example to call API methods interactively.");
+    System.out.println("\nPlease refer to http://doc.arvados.org/api/index.html for api documentation");
     System.out.println("\nTo make the calls, enter input data at the prompt.");
     System.out.println("When entering parameters, you may enter a simple string or a well-formed json.");
     System.out.println("For example to get a user you may enter:  user, zzzzz-12345-67890");