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
{{ message }}
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.
Roger Hu edited this page Apr 20, 2017
·
7 revisions
NOTE: This library has been deprecated as of Parse 1.15.0 where support for ParseNetworkInterceptors was removed in favor of OkHttp Interceptors. This library will only work on Parse 1.14.1 and below.
Parse Network Interceptor is a powerful mechanism which allows you to monitor the REST http requests and responses between Parse SDK and Parse Server.
The following diagram outlines how it works:
It is a layer between Parse SDK and Parse Sever. We expose the REST http requests and responses to you so you can monitor them and see what is going on.