TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Keeping endpoints version in sync with a mobile app

2 pointsby yoouareperfectalmost 3 years ago
Hey HN!<p>I have a question.<p>I have a mobile app in react native that depends on a backend that I made.<p>The thing is that sometimes I want to change what data a backend endpoints receives. But I don&#x27;t know how many users have updated their app to the latest version.<p>This seems like an extremely hard problem.<p>Should I start versioning my endpoints with &#x2F;v1 ... &#x2F;v2, etc? And then keeping track of when they stop being used in order to delete the old ones?

no comments

no comments