We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Sessions Check, it will return {"success":true} when a session is open but {"success":false,"message":""} when there is no open session.
{"success":true}
{"success":false,"message":""}
The success key should only be used to indicate whether the request succeeded or failed (like any other API call).
success
whether the request succeeded or failed
The result of the check should has its own key, e.g. check or has_session_open.
check
has_session_open
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using Sessions Check, it will return
{"success":true}
when a session is open but{"success":false,"message":""}
when there is no open session.The
success
key should only be used to indicatewhether the request succeeded or failed
(like any other API call).The result of the check should has its own key, e.g.
check
orhas_session_open
.The text was updated successfully, but these errors were encountered: