melton-foundation / Melton-App-Client-Flutter

Production quality Flutter code. Simple online store, blogs written in markdown, custom Google map, search with filters
https://meltonapp.com
MIT License
6 stars 1 forks source link

Avoid avoidable API calls #4

Open pranavsb opened 4 years ago

pranavsb commented 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

2) posts full page preview calls /posts endpoint even though home screen preview of top 3 most recent posts calls /posts