Diff for "API"

Not logged in - Log In / Register

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2009-01-13 17:31:26
Size: 447
Editor: kfogel
Comment: Start this page, point to internal wiki where material is.
Revision 6 as of 2010-04-07 20:26:54
Size: 779
Editor: gary
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
TODO: API documentation to be moved over from the [[https://launchpad.canonical.com/API|internal wiki]]. This page discusses the development of the Launchpad web service API from the perspective of the server and the Launchpad developer. If you want to develop ''with'' the Launchpad web service, see the [[https://help.launchpad.net/API|Launchpad help wiki]].
Line 5: Line 5:
== Authenticated Access Only == ''(API documentation gradually being moved over from the [[https://launchpad.canonical.com/API|internal wiki]].)''
Line 7: Line 7:
By design, there is no anonymous access through the API. You can do read-only access (through a read-only token) but not anonymous access. All API use is accounted to a person. The Launchpad Foundations team, who is responsible both for the infrastructure and for the overall quality of service of the Launchpad webservice, documents some of their work on the webservice [[Foundations/Webservice|here]].

 * [[API/ImplementingAPIs|Implementing APIs]]
Line 11: Line 13:
* [[Translations/ApiDevelopment|Translations API Development ]]  * [[Translations/ApiDevelopment|Translations API Development ]]

Launchpad APIs

This page discusses the development of the Launchpad web service API from the perspective of the server and the Launchpad developer. If you want to develop with the Launchpad web service, see the Launchpad help wiki.

(API documentation gradually being moved over from the internal wiki.)

The Launchpad Foundations team, who is responsible both for the infrastructure and for the overall quality of service of the Launchpad webservice, documents some of their work on the webservice here.

Module-specific API pages

API (last edited 2010-04-07 20:26:54 by gary)