1+ <img src =" icon.png " width =" 100 " height =" 105 " align =" right " alt =" reloadly-java-icon " />
2+
13<!--
24 Title: Reloadly SDK for Java
35 Description: Reloadly Java SDK for sending Airtime Topups to over 4 billion mobile phones.
79# Reloadly SDK for Java
810
911[ ![ CircleCI] [ circle-ci-badge ]] [ circle-ci-url ]
10- [ ![ MIT] [ mit-badge ]] [ mit-url ]
1112[ ![ codecov] [ codecov-badge ]] [ codecov-url ]
12- <!-- [![Maven][maven-badge]][maven-url]-->
13+ [ ![ MIT] [ mit-badge ]] [ mit-url ]
14+ [ ![ Maven Central] [ maven-badge ]] [ maven-url ]
1315
1416The ** Reloadly SDK for Java** enables Java developers to easily work with [ Reloadly Services] [ reloadly-main-site ]
15- and build scalable solutions. For example, you can start sending ** Airtime topups ** in minutes instead of days by using the ** Reloadly SDK for Java ** .
16- You can get started by using Maven or any build system that supports MavenCentral as an artifact source.
17+ and build scalable solutions. You can get started in minutes using Maven or any build system that supports MavenCentral
18+ as an artifact source.
1719
18- * [ SDK Homepage] [ sdk-website ] (Coming soon)
20+ * [ SDK Homepage] [ sdk-website ]
1921* [ Sample Code] [ sample-code ]
2022* [ API Docs] [ docs-api ]
2123* [ Issues] [ sdk-issues ]
@@ -26,7 +28,7 @@ You can get started by using Maven or any build system that supports MavenCentra
2628
2729#### Sign up for Reloadly ####
2830
29- Before you begin, you need a Reloadly account. Please see the [ Sign Up for Reloadly] [ reloadly-signup-help ] section of
31+ Before you begin, you need a Reloadly account. Please see the [ Sign- Up for Reloadly] [ reloadly-signup-help ] section of
3032the knowledge-base for information about how to create a Reloadly account and retrieve
3133your [ Reloadly APIs credentials] [ api-credentials-help ] .
3234
@@ -36,7 +38,7 @@ To run the SDK you will need **Java 1.8+**
3638
3739## Using the SDK Modules
3840
39- The SDK is made up of several modules such as ** Authentication, Airtime, etc...** , you can alternatively add
41+ The SDK is made up of several modules such as ** Authentication, Airtime, Giftcard etc...** , you can alternatively add
4042dependencies for the specific services you use only. For example : Authentication & Airtime
4143*** (currently all modules have the same version, but this may not always be the case)***
4244
@@ -45,13 +47,19 @@ dependencies for the specific services you use only. For example : Authenticatio
4547Add specific dependencies to your project's build file:
4648
4749``` groovy
48- implementation "software.reloadly:java-sdk-authentication:1.0.0 "
50+ implementation "software.reloadly:java-sdk-authentication:1.0.2 "
4951```
5052
5153** OR**
5254
5355``` groovy
54- implementation "software.reloadly:java-sdk-airtime:1.0.0"
56+ implementation "software.reloadly:java-sdk-airtime:1.0.2"
57+ ```
58+
59+ ** OR**
60+
61+ ``` groovy
62+ implementation "software.reloadly:java-sdk-giftcard:1.0.2"
5563```
5664
5765### Maven users
@@ -63,7 +71,7 @@ Add specific dependencies to your project's POM:
6371<dependency >
6472 <groupId >software.reloadly</groupId >
6573 <artifactId >java-sdk-authentication</artifactId >
66- <version >1.0.0 </version >
74+ <version >1.0.2 </version >
6775</dependency >
6876```
6977
@@ -74,7 +82,18 @@ Add specific dependencies to your project's POM:
7482<dependency >
7583 <groupId >software.reloadly</groupId >
7684 <artifactId >java-sdk-airtime</artifactId >
77- <version >1.0.0</version >
85+ <version >1.0.2</version >
86+ </dependency >
87+ ```
88+
89+ ** OR**
90+
91+ ``` xml
92+
93+ <dependency >
94+ <groupId >software.reloadly</groupId >
95+ <artifactId >java-sdk-giftcard</artifactId >
96+ <version >1.0.2</version >
7897</dependency >
7998```
8099
@@ -93,7 +112,7 @@ getting help:
93112* Talk to us live on our chat tool on our [ website] [ reloadly-main-site ] (bottom right)
94113* Ask a question on [ StackOverflow] [ stack-overflow ] and tag it with ` reloadly-java-sdk `
95114* Articulate your feature request or upvote existing ones on our [ Issues] [ features ] page
96- * Take a look at our [ youtube series] [ youtube-series ] for plenty of helpful walkthroughs and tips
115+ * Take a look at our [ YouTube series] [ youtube-series ] for plenty of helpful walkthroughs and tips
97116* Open a case via with the [ Reloadly Support Center] [ support-center ]
98117* If it turns out that you may have found a bug, please open an [ issue] [ sdk-issues ]
99118
@@ -112,7 +131,7 @@ We need your help in making this SDK great. Please participate in the community
112131submitting issues, participating in discussion forums and submitting pull requests through the following channels:
113132
114133* Submit [ issues] [ sdk-issues ] - this is the preferred channel to interact with our team
115- * Come join the Reloadly Java community chat on [ Gitter ] [ gitter ]
134+ * Come join the Reloadly Java community chat on [ Slack ] [ slack ]
116135* Articulate your feature request or upvote existing ones on our [ Issues] [ features ] page
117136* Send feedback directly to the team at oss@reloadly.com
118137
@@ -122,7 +141,7 @@ This project is licensed under the MIT license. See the [LICENSE](LICENSE) file
122141
123142[ reloadly-main-site ] : https://www.reloadly.com/
124143
125- [ sdk-website ] : https://sdk .reloadly.com/java
144+ [ sdk-website ] : https://docs .reloadly.com/devtools/toolbox/libraries-and-sdks
126145
127146[ reloadly-signup-help ] : https://faq.reloadly.com/en/articles/2307724-how-do-i-register-for-my-free-account
128147
@@ -132,7 +151,7 @@ This project is licensed under the MIT license. See the [LICENSE](LICENSE) file
132151
133152[ sdk-license ] : http://www.reloadly.com/software/apache2.0/
134153
135- [ gitter ] : https://gitter.im/ reloadly/reloadly-sdk-java
154+ [ slack ] : https://reloadly-developers.slack.com/
136155
137156[ sample-code ] : https://github.com/reloadly/reloadly-sdk-java/blob/master/SAMPLE-CODE.md
138157
@@ -152,9 +171,9 @@ This project is licensed under the MIT license. See the [LICENSE](LICENSE) file
152171
153172[ mit-url ] : https://github.com/reloadly/reloadly-sdk-java/raw/master/LICENSE
154173
155- [ maven-badge ] : https://img.shields.io /maven-central/v/ software.reloadly/java-sdk-airtime .svg?label=Maven%20Central
174+ [ maven-badge ] : https://maven-badges.herokuapp.com /maven-central/software.reloadly/java-sdk/badge .svg
156175
157- [ maven-url ] : https://search. maven.org/search?q=g: software.reloadly
176+ [ maven-url ] : https://maven-badges.herokuapp.com/maven-central/ software.reloadly/java-sdk
158177
159178[ circle-ci-badge ] : https://circleci.com/gh/Reloadly/reloadly-sdk-java.svg?style=svg&circle-token=f06dbc5f2511715447dd8d62ff00065cb245701e
160179
0 commit comments