KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
recurly-client-java
★ 12
Open GitHub ↗
A Java API Wrapper for Recurly
Download README (.md)
Explore Similar Repositories
routemachine
:
Erlang BGP daemon.
ac_presentation_shell
:
ART+COMs keynote presentation manager and launcher
Rx433Shield
:
Freetronics 433MHz Receiver Shield for Arduino
Configuratronic-Quikscript-Cheat-Sheet
:
Versatile Quikscript reference.
shift
:
A pure stateless web framework written in Scala
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
recurly-client-java
?
Download (.md)
Recurly Java Client =================== The Recurly Java Client library is an open source wrapper library to talk to Recurly's subscription management from your Java app/website. The library interacts with Recurly's [REST API](http://support.recurly.com/faqs/api). Usage ----- Please refer to the JUnit test cases in [RecurlyTest](https://github.com/Kwanzoo/recurly-client-java/blob/master/src/com/kwanzoo/recurly/test/RecurlyTest.java) Installation ------------ Just add the latest jar(under [dist/](https://github.com/Kwanzoo/recurly-client-java/blob/master/dist/recurly-client-java-SNAPSHOT.jar)) to your classpath. Dependencies ------------ This wrapper relies on the excellent [Jersey REST client API](https://jersey.dev.java.net/) Developed By ------------- The initial code was developed by Manoj Mathai, GSLab, for Kwanzoo Inc. The Transparent Post API and further API integration was done by Thomas Bachmann, Mambu GmbH.