Skip to content

rserna2010/balanced-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balanced

Online Marketplace Payments

Build Status

v1.x requires Balanced API 1.1. Use v0.x for Balanced API 1.0.

Requirements

Which you can download to target/dependency using:

$ mvn dependency:copy-dependencies

Issues

Please Github issues to request features or report bugs.

Installation

Maven

Add this dependency to your pom.xml:

<dependency>
    <groupId>com.balancedpayments</groupId>
    <artifactId>balancedpayments</artifactId>
    <version>1.0</version>
</dependency>

NOTE: the <version>XXX</version> can be out of date in this README.

Quickstart

See https://github.com/balanced/balanced-java/blob/master/src/examples/com/balancedpayments/QuickStart.java

Usage

See https://docs.balancedpayments.com/1.1/api/?language=java for guides and documentation.

Testing

$ mvn test

Publishing

Sonatype OSS repository.

Snapshot

$ mvn clean deploy

Stage Release

$ mvn release:clean
$ mvn release:prepare
$ mvn release:perform

Release

Done using the Sonatype Nexus UI.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Write your code and tests
  4. Ensure all tests still pass
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new pull request

Contributors

About

Balanced API library in java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published