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
The qiita_pet/handlers/api_proxy module returns data in the form of {'status': '[error | success]', 'message': '...', 'data': ''}. Regardless of the value of the status key, the return code appears to be 200 for most requests. For example see qiita_pet/handlers/api_proxy/base.py.