~jcsackett/charmworld/bac-tag-constraints

« back to all changes in this revision

Viewing changes to docs/api.rst

  • Committer: Brad Crittenden
  • Date: 2013-07-17 14:38:00 UTC
  • mto: This revision was merged to the branch mainline in revision 312.
  • Revision ID: bac@canonical.com-20130717143800-dxmlstd311xtsudn
Use Charm model objects rather than dicts.

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