- Add support for listing, adding and removing product devices. Thanks @Talha5 PR #9
- Fix broken API response for product details. Thanks @TyGuy PR #11
- Update version of Faraday. Thanks @Talha5 PR #8
- Add partial support for products. Thanks @TyGuy! PR #7
- BREAKING CHANGE:
device.product
now returns a Product object instead of a string. Usedevice.platform_name
for old behavior. - Fix
webhook.remove
. Thanks @gemfarmer! PR #6
- Support OAuth client for login
- Add OAuth clients
- Send the device ID in the url of the provisioning endpoint
- Add device provisioning endpoint
- Add simple_message to errors
- Add platforms
- Add build targets
- Add update public key
- Pin listen gem version to maintain compatibility with older rubies
Relax faraday_middleware version dependency.
First stable version of the Particle Ruby client.
- Supports devices, events, webhooks, compiling and authentication