Diff for "API"

Not logged in - Log In / Register

Differences between revisions 2 and 5 (spanning 3 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 5 as of 2010-01-05 17:26:53
Size: 540
Editor: leonardr
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 ''use'' the Launchpad web service, see the [[https://help.launchpad.net/API|Launchpad help wiki]].
Line 5: Line 7:
== Authenticated Access Only ==

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 11:
* [[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 use the Launchpad web service, see the Launchpad help wiki.

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

Module-specific API pages

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