Skip to content

v1.0.1

Choose a tag to compare

@ungoldman ungoldman released this 01 Oct 23:07

Fixed

  • 401 on unauthenticated requests (#9)

Changed

  • lib/request: function params changed mimicking canonical request options (options, callback)
  • lib/request: deleting qs.access_token when undefined to avoid github 401

Added

  • using debug package in lib/request for debug messages during development