You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the API always returns JSON, why not have the client class decode it and handle any potential errors instead of the user having to decode it every time?
This example gets the pad text and echos it out.
getText('test')); echo $padContents->data->text; ?>The text was updated successfully, but these errors were encountered: