v2.0.0
2.0.0 (2019-08-30)
Features
BREAKING CHANGES
auth(options)
now requiresoptions.type
to be set to"app"
or"installation"
. The returned authentication object no longer hasheaders
andquery
keys. Useauth.hook()
to send requests with automatically applied authentication based on the request URL instead.