diff --git a/README.md b/README.md index 5d4a067..2faf431 100644 --- a/README.md +++ b/README.md @@ -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 )