Rafael Dohms
Rafael Dohms
Create User - No Permission - Should the application already be installed? No Behaviour: Error: An active access token must be used to query information about the current user.
As per meetup [communication](https://www.meetup.com/meetup_api/auth/), key and Oauth1 are being dropped.
Working on getting this library updated to Guzzle 6, but this means a full rewrite. - [x] Update definition generator to v6 - [x] Add support for Result models. This...
In order to get the latest methods and changes as per October 2017.
The new v3 Meetup API allows batching multiple calls in one, this should be supported by the client in a built-in manner. - [ ] Read docs: http://www.meetup.com/meetup_api/docs/batch/ - [...
With the release of SD+ you now have control over dials and touchscreen on top of the usual buttons. Support adds a few new events received and sent and new...
PR Checklist ### PR Structure - [x] This PR has reasonably narrow scope (if not, break it down into smaller PRs). - [x] This PR avoids mixing refactoring changes with...
## Description Trying to run a bundle command without the `--dev` flag fails, due to the now `undefined` value of `params.dev` ## How to reproduce run `bundle` ## What do...