Giter VIP home page Giter VIP logo

api-java's Introduction

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);

api-java's People

Contributors

ajakop avatar alan-czajkowski avatar archerz avatar davidleegbi avatar dependabot-support avatar effervescentia avatar ferronrsmith avatar groupby-eng avatar groupby-r2d2 avatar haihoang-gbi avatar hesamemadi-gbi avatar hesamemadii-gbi avatar igorzaitsev-gbi avatar jamespace-gbi avatar jmbtutor avatar ktiu-groupby avatar olyas avatar osman avatar peterschretlen avatar willwarren avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

api-java's Issues

2 deploy apis to public repos on release

Created by: groupby-r2d2
Parent groupby/issues#473

Created by: osman

  • make the parent pom available on ossrh (sonatype nexus)
  • make common repo available on ossrh (sonatype nexus)
  • make the api-java jar publically available via a public maven repo
  • deploy the java api to the public github repo as a downloadable item
  • move java quickstart to a public repo
  • update poms to use publically available api-java
  • groupby/common#3
  • groupby/workstation#102

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.