Comment on Strava just killed its free API, will require a subscription if you want to build on top of it
WhyJiffie@sh.itjust.works 1 week agoI guess the automatic has the 10 user limit. and the subscription is needed for a proper app that people use.
frongt@lemmy.zip 1 week ago
How many people are personally operating more than 10 athletes? Are there that many enormous super-athlete families that all rely on Strava?
Kekzkrieger@feddit.org 1 week ago
It’s for the API, meaning when you code an app and use strava you have a maximun of 10 users, everything else is just gone.
10 users using your app isn’t much.
frongt@lemmy.zip 1 week ago
So each person gets their own API key when installing some custom app. This is normal procedure. I’m not seeing an issue with that part.
WhyJiffie@sh.itjust.works 1 week ago
normal procedure? where exactly have you seen that be done? for that every user would have to register a developer account and fumble with an API key
Ledivin@lemmy.world 1 week ago
That is absolutely not normal procedure. Apps generally use one universal API key per API surface, not unique keys per user.