Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lintangtimur/ovoid
Browse files Browse the repository at this point in the history
  • Loading branch information
lintangtimur committed Apr 29, 2019
2 parents 57a258c + 5ebbd53 commit 35d07cc
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,35 @@
</p>
<h2 align="center">Un-Official ovoid API Wrapper</h2>

Telah di test pada OVO versi 2.8.0 | 1 Maret 2019
Telah di test pada OVO versi 2.8.0 | 27 Maret 2019 | PHP 7.2.2

| Method | Result |
|---|---|
| `login2FA` | OK |
| `login2FAVerify` | OK |
| `loginSecurityCode` | OK |
| `getBudget` | OK |
| `balanceModel` | OK |
| `logout` | OK |
| `unreadHistory` | OK |
| `getWalletTransaction` | OK |
| `generateTrxId` | OK |
| `transferOvo` | Invalid Model / Hubungi CS |

## PORTS
Jika PHP tidak nyaman bagimu bisa mencoba bahasa pemrograman lain, atau jika ingin menulis dibahasa tersebut silahkan ajukan Issue baru nanti akan saya list disini

### Python
- [@anysz/ovopy](https://github.com/anysz/ovopy) by [anysz](https://github.com/anysz)

### GO
-

### Java
-

### Javascript / nodejs
-

## Install
`composer require lintangtimur/ovoid`
Expand Down Expand Up @@ -102,5 +130,6 @@ Contoh: `$ovo->unreadHistory()->getTotal()`
## TODO
- [x] cek mutasi


## Contribute
Project ini saya membuatnya kasaran sekali, jadi ketika ada proses request ke endpoint ovo dan terjadi kegagalan atau parameter tidak sesuai, script masih belum bisa mendapatkan response error dari ovo nya, harus manual `dd` dari source code(dari file Response). Jadi silahkan berkontribusi, baik dari dokumentasi program atau membenahi script ini :)

0 comments on commit 35d07cc

Please sign in to comment.