mozilla / telemetry-dashboard

Web-frontend for aggregated telemetry data
telemetry.mozilla.org
Other
89 stars 112 forks source link

Upgrade use of https://addons.mozilla.org/api/v3/ to /api/v4/ #661

Closed eviljeff closed 2 years ago

eviljeff commented 2 years ago

AMO api v3 is deprecated - and was scheduled to be removed entirely at the end of 2021. We're hoping to finally remove it very soon. From a search on https://github.com/mozilla/ we've noted some use in this repo of the /api/v3 endpoint that will break once the api is deleted.

In many cases just replacing /api/v3/ with /api/v4/ is sufficient but some fields/endpoints have been renamed/removed (there's a lengthy v4 changelog).

If on the other hand those files/this repo is no longer in use/maintained please close the issue so we can mark it off our list, thanks.