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

Latest commit

 

History

History
441 lines (298 loc) · 13.1 KB

rocketfuel.rst

File metadata and controls

441 lines (298 loc) · 13.1 KB

Rocketfuel

Rocketfuel is the consumer client for the Marketplace Publishing Tool. It has some special APIs that are not recommended for consumption by other clients.

These APIs will change in conjunction with the Rocketfuel client, which is under active development.

Warning

This API is for internal use only at this time. It SHOULD NOT be used externally by third parties. It is not considered stable and WILL change over time.

Collections

2 The collection endpoints were moved to the feed <feed-collections>.

A collection is a group of applications

Note

The name and description fields are user-translated fields and have a dynamic type depending on the query. See translations <overview-translations>.

Listing

If no results are found with the filters specified, the API will automatically use a fallback mechanism and try to change the values to null in order to try to find some results.

The order in which the filters are set to null is:
  1. region
  2. carrier
  3. region and carrier.

In addition, if that fallback mechanism is used, HTTP responses will have an additional API-Fallback header, containing the fields which were set to null to find the returned results, separated by a comma if needed, like this:

API-Fallback: region, carrier

Create

Detail

Update

Duplicate

Delete

Add Apps

Remove Apps

Reorder Apps

Image

Curators

Users can be given object-level access to collections if they are marked as curators. The following API endpoints allow manipulation of a collection's curators:

Listing

Add Curator

Remove Curator