bruceadams / wdscli

Command line interface to the IBM Watson Discovery Service API
MIT License
8 stars 0 forks source link

can you pls. attach sample credentials.json format? #10

Open vkg70 opened 7 years ago

vkg70 commented 7 years ago

Thanks!

colindean commented 7 years ago

Does this work? I don't have my IBM workstation on me at the moment, but if this is wrong, @bruceadams will chime in.

{
  "url": "https://gateway.watsonplatform.net/discovery/api/v1",
  "username": "YOUR_USER",
  "password": "YOUR_PASSWORD"
}
bruceadams commented 7 years ago

@vkg70 Thanks so much for giving wdscli a try!

I, just now, added more text to https://github.com/bruceadams/wdscli/blob/master/README.md explaining how to get the credentials JSON for you service instance. Does the new README answer your question?

And, thanks @colindean for jumping in here! Your sample here is certainly good!

mfulgo commented 6 years ago

Seems like this issue can be closed.