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

Need to pass in SteamAPI Key when instantiating api wrapper #51

Open mdwiltfong opened 3 months ago

mdwiltfong commented 3 months ago
import CallSteamAPI from "swalib/src/SteamWebAPILibrary";

const steamAPi=new CallSteamAPI({
    steamKey: process.env.steamKey
})
mdwiltfong commented 3 months ago

We will probably want to prioritize this fix, since this change will affect how we use GH Actions

https://github.com/cambsull/SteamWebAPILibrary/issues/58