Refactor fetcher functions to accept an options object instead of multiple positional arguments.
Basically apply the same pattern currently used by fetchWakatimeStats to the remaining fetchers for a more maintainable and readable API.
Originally posted by @marcalexiei in #482 (comment)
Refactor fetcher functions to accept an options object instead of multiple positional arguments.
Basically apply the same pattern currently used by
fetchWakatimeStatsto the remaining fetchers for a more maintainable and readable API.Originally posted by @marcalexiei in #482 (comment)