~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to docs/api.rst

  • Committer: Tarmac
  • Author(s): Brad Crittenden
  • Date: 2013-07-17 15:05:30 UTC
  • mfrom: (310.1.2 use-charm-objects)
  • Revision ID: tarmac-20130717150530-sirtkpu7vpklu7du
[r=sinzui][bug=][author=bac] In the api internals there was a mixture of raw charm dicts and Charm model objects. This branch ensures all charm usage are model objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
The ``result`` is a mapping of ``new``, ``featured`` and ``popular`` charms.
74
74
``new`` is a list of the 10 most recently-created charms (according to their
75
75
Launchpad branches), from most to least-recently created.  ``popular`` is a
76
 
list of the 10 most-downloaded charms., from most to least-downloaded.
 
76
list of the 10 most-downloaded charms, from most to least-downloaded.
77
77
``featured`` is a list of all charms that have been manually selected as
78
78
``featured``, in unspecified order.
79
79