README.md in pushbullet_client-0.0.1 vs README.md in pushbullet_client-0.0.2
- old
+ new
@@ -21,14 +21,20 @@
## Usage
```ruby
require 'pushbullet_client'
- client = PushBullet::Client.new(key: 'your key', secret: 'your secret')
+ client = PushBullet::Client.new(access_token: 'your access_token')
```
### Endpoints
- -
+ - Chats
+ - Devices
+ - Permanents
+ - Pushes
+ - Subscriptions
+ - Texts
+ - Users
### Constants
Constants
## Development