pksunkara / octonode

github api v3 in nodejs
MIT License
1.19k stars 237 forks source link

User-agent header is hard coded to "octonode/0.3 (https://github.com/pksunkara/octonode) terminal/0.0" #339

Closed BanzaiMan closed 3 years ago

BanzaiMan commented 4 years ago

Even at the latest release, it is hard coded to

octonode/0.3 (https://github.com/pksunkara/octonode) terminal/0.0

which is not very helpful. It should be updated with the version identified in package.json when the code is generated.

https://github.com/pksunkara/octonode/blob/v0.9.5/lib/octonode/client.js#L68