Diff for "API"

Not logged in - Log In / Register

Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2009-01-13 21:21:53
Size: 457
Editor: kfogel
Comment: A large rewrite ended up being trivial tweaks, after conversation with mwhudson in IRC.
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 2: Line 2:

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 7:
== Authenticated Access Only == 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]].
Line 7: Line 9:
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.  * [[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)