nicklaw5/twitch-api-php

isValidAccessToken has no try catch

Closed this issue · 1 comments

isValidAccessToken only returns true or false - which is great in practice but produces PHP errors if Twitch's OAuth API is offline

Closing this, would be better for a developer to receive the status code and handle accordingly using their own try catch.