Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,14 @@ client.generate_token(token_type: 'card', user_id: '5830def0-ffe8-11e5-86aa-5e55

_Check out the [online documentation](http://promisepay.github.io/promisepay-ruby/) to get a full list of available resources and methods._


## Direct API Calls (that are missing as model methods)
##### Example: Search user by email (or any text in user's profile)
```ruby
JSON.parse client.get("users",{search: "test@test.com"}).body
```


# 4. Contributing

1. Fork it ( https://github.com/PromisePay/promisepay-ruby/fork )
Expand Down