Diff for "API"

Not logged in - Log In / Register

Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2009-05-15 16:14:42
Size: 507
Editor: abentley
Comment:
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:
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 6: Line 10:

== 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.

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)