|
1 | 1 | # MoMo API Java Client |
2 | 2 | [](https://github.com/regisbamba/momoapi-java/blob/master/License.md) [](https://jitpack.io/#regisbamba/momoapi-java) [](https://travis-ci.org/regisbamba/momoapi-java) [](https://codecov.io/gh/regisbamba/momoapi-java) |
3 | 3 |
|
4 | | -This is a library that helps you consume the new MTN Mobile Money API ([MoMo API](https://momodeveloper.mtn.com)). |
| 4 | +This library helps you consume the new MTN Mobile Money API ([MoMo API](https://momodeveloper.mtn.com)). |
| 5 | + |
| 6 | +Features : |
| 7 | +- Support for Collections, Disbursements, Remittances |
| 8 | +- Support for Sandbox User provisioning |
| 9 | +- Automatically generate tokens for your requests, eg: collections.getAccountBalance() // no need to get token |
5 | 10 |
|
6 | 11 | ## 1. Installation |
7 | 12 |
|
@@ -31,7 +36,7 @@ You will need to subscribe to products on the portal before you can use them thr |
31 | 36 | ## 3. Consuming resources from the API |
32 | 37 | This library uses Reactive Programming via [RxJava](https://github.com/ReactiveX/RxJava). All API resources are provided via **Observable** streams. |
33 | 38 |
|
34 | | -When you make a request with this library, you can get the results by subscribing to the Observable and check whether the request was successful or not. |
| 39 | +When you make a request, you can get the results by subscribing to the Observable and check whether the request was successful or not. |
35 | 40 |
|
36 | 41 | Eg: Getting the balance for your account. |
37 | 42 | ```java |
@@ -93,7 +98,7 @@ MoMo momo = new MoMo(Environment.SANDBOX); |
93 | 98 | ``` |
94 | 99 |
|
95 | 100 | ### 4.2 Authenticate your requests |
96 | | -According to [documentation](https://momodeveloper.mtn.com/api-documentation/api-description/), there credentials to be used are : |
| 101 | +According to [documentation](https://momodeveloper.mtn.com/api-documentation/api-description/), the credentials to be used are : |
97 | 102 | - Subscription Key |
98 | 103 | - API User and API Key to generate a Bearer Token for Oauth 2.0 |
99 | 104 |
|
|
0 commit comments