Skip to content

faeludire/octopus-energy-web-api-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopus Energy Web API Java

Description

A Java client library for accessing the Octopus Energy APIs

Usage

For detailed instructions on usage, please visit the Octopus Energy API documentation for detailed notes on the API and specifics around the request parameters.

Supported Java environments

  • Java 7 (or higher)

Installation

The Octopus Energy Client Library is easy to install.

To use Maven, add the following lines to your pom.xml file:

  <project>
    <dependencies>
      <dependency>
        <groupId>com.github.faeludire</groupId>
        <artifactId>octopus-energy-web-api-java</artifactId>
        <version>1.0.4</version>
      </dependency>
    </dependencies>
  </project>

To use Gradle, add the following lines to your build.gradle file:

repositories {
    mavenCentral()
}
dependencies {
    implementation 'com.github.faeludire:octopus-energy-web-api-java:1.0.4'
}

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING documentation for more information on how to get started.

Please note that this project is released with a Contributor Code of Conductor. By participating in this project you agree to abide by its terms. See Code of Conduct for more information.

For questions or concerns, please file and issue in the GitHub repository.