pradel / node-instagram

Instagram api client for node that support promises.
MIT License
190 stars 27 forks source link

Make accessToken optional in InstagramConfig #173

Closed fusepilot closed 5 years ago

fusepilot commented 5 years ago

Currently theres a Typescript warning if accessToken isn't provided. Like in this example https://github.com/pradel/node-instagram/blob/master/examples/express-auth/index.js.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 8c2e9f88af7021210ad9d54e59681baee9c1a67e on fusepilot:patch-1 into 8edbd30f7afede0c7c147a3f552080d908252c22 on pradel:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 8c2e9f88af7021210ad9d54e59681baee9c1a67e on fusepilot:patch-1 into 8edbd30f7afede0c7c147a3f552080d908252c22 on pradel:master.

pradel commented 5 years ago

Thanks for the pr you are right it's better this way, will release a new version soon :)