Open pranavsb opened 4 years ago
Currently, avoidable API calls are:
1) /profile to check token validity on login and again /profile called to load first screen of app if token is valid
/profile
2) posts full page preview calls /posts endpoint even though home screen preview of top 3 most recent posts calls /posts
/posts
Currently, avoidable API calls are:
1)
/profile
to check token validity on login and again/profile
called to load first screen of app if token is valid2) posts full page preview calls
/posts
endpoint even though home screen preview of top 3 most recent posts calls/posts