We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32707c commit 17bae8aCopy full SHA for 17bae8a
1 file changed
src/test/java/gov/doe/jgi/boost/client/DemoClient.java
@@ -31,9 +31,9 @@ public static void main(String[] args)
31
*/
32
// instantiate the BOOST client
33
// -- alternative 1: provide your BOOST JWT
34
-// BOOSTClient client = new BOOSTClient("boost-jwt");
+ BOOSTClient client = new BOOSTClient("put-your-BOOST-JWT-here");
35
// -- alternative 2: provider you BOOST username and password
36
- BOOSTClient client = new BOOSTClient("username", "password");
+// BOOSTClient client = new BOOSTClient("username", "password");
37
38
// get the predefined hosts
39
JSONObject jsonPredefinedHosts = client.getPredefinedHosts();
0 commit comments