Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use AMO API to fetch latest xpi #34

Open
Rob--W opened this issue Jan 4, 2017 · 0 comments
Open

Use AMO API to fetch latest xpi #34

Rob--W opened this issue Jan 4, 2017 · 0 comments

Comments

@Rob--W
Copy link
Owner

Rob--W commented Jan 4, 2017

The XPI URL is currently based on

var url = 'https://addons.mozilla.org/firefox/downloads/latest/';
.
This returns the URL for the latest reviewed XPI file.

For reviewers, the shown XPI should preferably be the URL of the latest (potentially unreviewed) add-on. It seems that the only way to do this is through the API:
http://addons-server.readthedocs.io/en/latest/topics/api/index.html / https://addons-server.readthedocs.io/en/latest/topics/api/addons.html#detail .

Rob--W added a commit that referenced this issue Aug 10, 2018
- Add form to find different versions of Firefox add-ons on AMO (#66, #39, #34).
- Fix access to Opera extensions in Opera (#67).
- Permalink support via "Show analysis" button.
- Update jsbeautifier.
- Fix search result highlighting in Safari.
- Add stricter Content-Security-Policy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant