GithubHelp home page GithubHelp logo

isabella232 / vertex-api-client-java Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vertexvis/vertex-api-client-java

0.0 0.0 0.0 884 KB

The Vertex REST API client for Java.

License: MIT License

Shell 0.24% Java 99.76%

vertex-api-client-java's Introduction

Vertex API Client for Java

Version MIT License

If you're ready to integrate Vertex into your application, this is the place! For more background on the Vertex platform, start with our Developer Portal.

The Vertex REST API client for Java is generated using openapi-generator, so it's always up-to-date.

The client can be used with Java 1.8+ and pulled into Maven or Gradle projects.

Installation

Maven

<dependency>
  <groupId>com.vertexvis</groupId>
  <artifactId>api-client-java</artifactId>
  <version>0.6.4</version>
  <scope>compile</scope>
</dependency>

Gradle

compile "com.vertexvis:api-client-java:0.6.4"

Sbt

libraryDependencies += "com.vertexvis" % "api-client-java" % "0.6.4"

Others

First, generate the JAR.

mvn clean package

Then manually install the following JARs.

  • target/api-client-java-0.6.4.jar
  • target/lib/*.jar

Usage

If you're not an existing Vertex customer, sign up for a free account.

Export your credentials.

# Export your Vertex REST API client ID and secret
export VERTEX_CLIENT_ID=[YOUR_CLIENT_ID]
export VERTEX_CLIENT_SECRET=[YOUR_CLIENT_SECRET]

Then, check out our sample applications.

Local Development

# Version client
./scripts/bump-version.sh [patch|minor|major]

# After bumping version, generate using latest OpenAPI spec
./scripts/generate.sh

vertex-api-client-java's People

Contributors

anderssjoblom-vertex avatar danschultz avatar gbiv avatar jareddellitt avatar kbpope avatar madisonehlers-vertex avatar mikemccarty-vertex avatar therockstorm avatar

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.