jar

com.github.cambierr : ovhapi

Maven & Gradle

Feb 25, 2016

OVH API reactive java wrapper · This is a java wrapper for the OVH (ovh.com) API using java rx

Table Of Contents

Latest Version

Download com.github.cambierr : ovhapi JAR file - Latest Versions:

All Versions

Download com.github.cambierr : ovhapi JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ovhapi-1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.cambierr.ovhapi.common

├─ com.github.cambierr.ovhapi.common.Method.class - [JAR]

├─ com.github.cambierr.ovhapi.common.OvhApi.class - [JAR]

├─ com.github.cambierr.ovhapi.common.RequestBuilder.class - [JAR]

├─ com.github.cambierr.ovhapi.common.SafeResponse.class - [JAR]

com.github.cambierr.ovhapi.exception

├─ com.github.cambierr.ovhapi.exception.InvalidConsumerKeyException.class - [JAR]

├─ com.github.cambierr.ovhapi.exception.PartialObjectException.class - [JAR]

├─ com.github.cambierr.ovhapi.exception.RequestException.class - [JAR]

├─ com.github.cambierr.ovhapi.exception.TokenNotLinkedException.class - [JAR]

├─ com.github.cambierr.ovhapi.exception.UnclaimedConsumerKeyException.class - [JAR]

com.github.cambierr.ovhapi.auth

├─ com.github.cambierr.ovhapi.auth.AccessRules.class - [JAR]

├─ com.github.cambierr.ovhapi.auth.Credential.class - [JAR]

├─ com.github.cambierr.ovhapi.auth.CredentialRequest.class - [JAR]

com.github.cambierr.ovhapi.cloud

├─ com.github.cambierr.ovhapi.cloud.Flavor.class - [JAR]

├─ com.github.cambierr.ovhapi.cloud.Image.class - [JAR]

├─ com.github.cambierr.ovhapi.cloud.Instance.class - [JAR]

├─ com.github.cambierr.ovhapi.cloud.Project.class - [JAR]

├─ com.github.cambierr.ovhapi.cloud.Region.class - [JAR]

├─ com.github.cambierr.ovhapi.cloud.Snapshot.class - [JAR]

├─ com.github.cambierr.ovhapi.cloud.SshKey.class - [JAR]

├─ com.github.cambierr.ovhapi.cloud.Storage.class - [JAR]