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

Return null with errors #10

Closed cambsull closed 4 months ago

cambsull commented 4 months ago

As an Engineer,

I want: to make sure each library method returns something in the event a method fails

Because: an API should return something to the end user even in the event of method failure

Acceptance criteria: ensure that each method returns null after error handling has occurred.