This repository was archived by the owner on Mar 15, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-4
lines changed
Expand file tree Collapse file tree 2 files changed +33
-4
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,17 @@ This documentation covers interacting with the `Firefox Marketplace`_.
1616
1717 topics/overview.rst
1818 topics/authentication.rst
19+ topics/abuse.rst
1920 topics/accounts.rst
2021 topics/apps.rst
21- topics/submission.rst
22+ topics/export.rst
23+ topics/home.rst
2224 topics/payment.rst
23- topics/search.rst
2425 topics/ratings.rst
25- topics/home.rst
26- topics/abuse.rst
2726 topics/reviewers.rst
27+ topics/search.rst
2828 topics/site.rst
29+ topics/submission.rst
2930
3031
3132Quickstart
Original file line number Diff line number Diff line change 1+ .. _export :
2+
3+ ======
4+ Export
5+ ======
6+
7+ There is an export of nightly data that is available as a tarball. The download
8+ can be found at the following URLs:
9+
10+ * Development server: https://marketplace-dev-cdn.allizom.org/dumped-apps/tarballs/YYYY-MM-DD.tgz
11+
12+ Contents:
13+
14+ * *readme.txt * and *license.txt *: information about the export.
15+
16+ * *apps *: this directory contains all the exported apps. Each app is a seperate
17+ JSON file and contains the output of :ref: `the app GET method <app-response-label >`
18+
19+ Caveats:
20+
21+ * An app must be public to be exported, which means apps may be removed as
22+ their status on the marketplace changes.
23+
24+ * No user object is present, so user specific information about the app is not
25+ present.
26+
27+ * The export has no locale, region or carrier specified. It defaults to the
28+ region ``worldwide `` and locale ``en-US ``.
You can’t perform that action at this time.
0 commit comments