pariyatti / mobile-app

The Pariyatti mobile app
https://pariyatti.app/
GNU Affero General Public License v3.0
8 stars 11 forks source link

Deprecated API Warning #47

Open deobald opened 3 years ago

deobald commented 3 years ago

We will version APIs, but not indefinitely. At some point, old API versions will be destroyed. We can manually warn users of pending required version upgrades of the app since, as of 2020, there is no such thing as a "DEPRECATED" HTTP response code. This manual warning should be more than sufficient. Something like:

"We see you are using an old version of the Pariyatti app. This app will require an upgrade on or before January 1st, 2025"

NamanShergill commented 3 years ago

This issue will be fixed with the API wrapper included in https://github.com/pariyatti/mobile-app/pull/54

NamanShergill commented 3 years ago

I will work on implementing this once the PR is checked by someone and merged