Skip to content

Conversation

@sdunster
Copy link
Member

  • Support usage of API methods on the new dedicated Beacon API
  • Perform OAuth2 login using the resource owner flow
  • Convert login() to use Promises rather than callbacks.
    • Existing Client methods like get() do not use Promises.
  • Adopt some ECMAScript 2015 features including classes and anon funcs.
  • Adopt debug for logging.
  • Remove all HTML parsing. (yay!)

* Support usage of API methods on the new dedicated Beacon API
* Perform OAuth2 login using the resource owner flow
* Convert `login()` to use `Promises` rather than callbacks.
  * `Client` method `getPagedResults()` do not use `Promises` because they are
    generators..
* Adopt some ECMAScript 2015 features including classes and anon funcs.
* Adopt `debug` for logging.
* Remove all HTML parsing. (yay!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants