rideOS gRPC API Bindings

null

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

ai.rideos.api
ArtifactId

ArtifactId

api
Last Version

Last Version

1.0.14
Release Date

Release Date

Type

Type

jar
Description

Description

rideOS gRPC API Bindings
null
Project URL

Project URL

https://github.com/rideOS/rideos-api-java
Source Code Management

Source Code Management

https://github.com/rideOS/rideos-api-java

Download api

How to add to project

<!-- https://jarcasting.com/artifacts/ai.rideos.api/api/ -->
<dependency>
    <groupId>ai.rideos.api</groupId>
    <artifactId>api</artifactId>
    <version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/ai.rideos.api/api/
implementation 'ai.rideos.api:api:1.0.14'
// https://jarcasting.com/artifacts/ai.rideos.api/api/
implementation ("ai.rideos.api:api:1.0.14")
'ai.rideos.api:api:jar:1.0.14'
<dependency org="ai.rideos.api" name="api" rev="1.0.14">
  <artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.rideos.api', module='api', version='1.0.14')
)
libraryDependencies += "ai.rideos.api" % "api" % "1.0.14"
[ai.rideos.api/api "1.0.14"]

Dependencies

runtime (4)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 3.9.1
io.grpc : grpc-netty jar 1.22.1
io.grpc : grpc-protobuf jar 1.22.1
io.grpc : grpc-stub jar 1.22.1

Project Modules

There are no modules declared in this project.

rideOS Java API Bindings

This repository builds the Java API bindings for interacting with our various services.

Building

This project uses gradle to build. There are two build variants for this repository: one for general Java clients and one for Android clients. The standard Java bindings depend on protobuf-java, whereas the Android bindings depend on protobuf-lite.

To build the Java bindings, run:

./gradlew -b build-java.gradle build

To build the Android bindings, run:

./gradlew -b build-android.gradle build

Running

To use rideOS APIs, you'll first need to create an account on app.rideos.ai. Once you have an account, you can view your API key on your profile page. The example curl commands in this repo assume that you've exported your API key into the RIDEOS_API_KEY environment variable: export RIDEOS_API_KEY="YOUR_API_KEY".

ai.rideos.api

Versions

Version
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0