cambsull / SteamWebAPILibrary

A JavaScript Library to make calls to the Steam Web API easier
https://cambsull.github.io/SteamWebAPILibrary/
MIT License
4 stars 2 forks source link

Refactor constructor key to static variable #22

Closed cambsull closed 7 months ago

cambsull commented 7 months ago

As an: Engineer

I want: to convert the current class constructor for the API key to a static class variable

Because: the API key doesn't change in any instance and it's a better coding pattern

Acceptance criteria:

Remove key from class constructor and refactor it as a static class variable. Update methods accordingly.