Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Discovery

Installation

Maven
<dependency>
  <groupId>com.ibm.watson.developer_cloud</groupId>
  <artifactId>discovery</artifactId>
  <version>3.5.3</version>
</dependency>
Gradle
'com.ibm.watson.developer_cloud:discovery:3.5.3'

Usage

The Discovery wraps the environment, collection, configuration, document, and query operations of the Discovery service.

Discovery service = new Discovery("2016-12-15");
service.setEndpoint("https://gateway.watsonplatform.net/discovery/api/");
service.setUsernameAndPassword("<username>", "<password>");

//TODO add service