Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
add new tip
Browse files Browse the repository at this point in the history
  • Loading branch information
popiazaza authored Jun 12, 2018
1 parent 2bd20e9 commit 05dea02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ $wallet->login(username,password);
```
See all functions down below, full example can be found in [example.php](https://github.com/popiazaza/truewallet-api-wrapper/blob/master/example.php)

Tip: If you like to code with arrays ( $array['item'] ) instead of objects ( $object->item ), you can edit [TrueWallet.php](https://github.com/popiazaza/truewallet-api-wrapper/blob/master/manager/TrueWallet.php) and change from **json_decode($variable_name);** to **json_decode($variable_name,true);**

## Functions

### [function login(username,password)](https://github.com/popiazaza/truewallet-api-wrapper/blob/a18f800230301d229458a5937bb3fcd44629ed39/manager/TrueWallet.php#L14-L19)
Expand Down

0 comments on commit 05dea02

Please sign in to comment.