Skip to content

Latest commit

 

History

1,723 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupBy Search API

release license

Please follow the steps carefully to ensure a successful build.

To install:

mvn

This will by default run the goals clean and install.

To test:

mvn -Punit

This will install the project and run all unit tests. By default, tests are not run.

Add this library as a dependency to your project:

The Uber JAR must be used to ensure shaded dependencies are included correctly.

Maven

<dependency>
  <groupId>com.groupbyinc</groupId>
  <artifactId>api-java-flux</artifactId>
  <version>VERSION</version>
  <classifier>uber</classifier>
</dependency>

Gradle

compile group: 'com.groupbyinc', name: 'api-java-flux', version: 'VERSION', classifier: 'uber'

Examples

Searching

CloudBridge bridge = new CloudBridge("<client-key>", "<customer-id>");
Query query = new Query().setQuery("dvd");
Results results = bridge.search(query);

About

Java SDK for interacting with Searchandizer Search Api

Topics

Resources

Stars

1 star

Watchers

35 watching

Forks

Releases

Packages

Used by

Contributors

Languages