Networked API maintainers: how do you track your client apps' usage requirements over time? (e.g. 1.4 uses *these*; 1.6 needs *this* etc)
Conversation
Replying to
our content has a “minimum build version” which is the CFBundleVersion.
1
Replying to
Coupling app version to to the API is bad imo. Better to version the API (`api/v1/endpoint`) and the app knows which to hit.
1
More worried about helping API maintainers know what's in use by each version. Would you bump API version when *adding* a endpoint?
1
Show replies
Replying to
our client app has a single file containing all API endpoint version reqts. Easy to track changes over time using git
2




