Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit a1f02c9

Browse files
author
Andy McKay
committed
add in some docs about the export (bug 873191)
1 parent 02e41e6 commit a1f02c9

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

docs/api/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3132
Quickstart

docs/api/topics/export.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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``.

0 commit comments

Comments
 (0)