Skip to content

Commit d61a5e4

Browse files
authored
Update README.md
1 parent 2f8a2e8 commit d61a5e4

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# MoMo API Java Client
22
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/regisbamba/momoapi-java/blob/master/License.md) [![Release](https://jitpack.io/v/regisbamba/momoapi-java.svg)](https://jitpack.io/#regisbamba/momoapi-java) [![Build Status](https://travis-ci.org/regisbamba/momoapi-java.svg?branch=master)](https://travis-ci.org/regisbamba/momoapi-java) [![codecov](https://codecov.io/gh/regisbamba/momoapi-java/branch/master/graph/badge.svg)](https://codecov.io/gh/regisbamba/momoapi-java)
33

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
510

611
## 1. Installation
712

@@ -31,7 +36,7 @@ You will need to subscribe to products on the portal before you can use them thr
3136
## 3. Consuming resources from the API
3237
This library uses Reactive Programming via [RxJava](https://github.com/ReactiveX/RxJava). All API resources are provided via **Observable** streams.
3338

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.
3540

3641
Eg: Getting the balance for your account.
3742
```java
@@ -93,7 +98,7 @@ MoMo momo = new MoMo(Environment.SANDBOX);
9398
```
9499

95100
### 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 :
97102
- Subscription Key
98103
- API User and API Key to generate a Bearer Token for Oauth 2.0
99104

0 commit comments

Comments
 (0)