BrandonCookeDev / smashgg.js

Node.JS SDK for the Smash.gg public API.
https://www.npmjs.com/package/smashgg.js
34 stars 13 forks source link

Add network logging when pulling objects #32

Closed BrandonCookeDev closed 5 years ago

BrandonCookeDev commented 5 years ago

Sometimes, it's tough being a dev. It's really tough when you don't know if a function call is still working.

If possible, should implement some sort of optional logging telling a user that an operation is still running and is just taking a while (because v1 of smashgg's api can be slow at aggregating data)

BrandonCookeDev commented 5 years ago

37 solves this