Difference between revisions of "Dreamwidth API"

From Dreamwidth Notes
Jump to: navigation, search
(stub the API page)
 
(new API documenting)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is the page for the DW API documentation. There's nothing here right now, but you can check out the old [http://www.livejournal.com/doc/server/ljp.csp.protocol.html LJ API documentation] for a starting point.
+
==XML-RPC API==
 +
This is the page for the DW API documentation. There's nothing here right now, but you can check out the old [http://www.livejournal.com/doc/server/ljp.csp.protocol.html LJ API documentation] for a starting point for the old XML-RPC API. See also [[:Category:XML-RPC Protocol]]
 +
 
 +
==OpenAPI==
 +
There is a new API being created - e.g. see [[Adding API Routes]]. The original code is at https://github.com/dreamwidth/dw-free/pull/2265.
 +
 
 +
To create an API key, go to manage account -> mobile -> advanced options.
 +
 
 +
[[Category: Development]]

Latest revision as of 14:41, 11 May 2019

XML-RPC API

This is the page for the DW API documentation. There's nothing here right now, but you can check out the old LJ API documentation for a starting point for the old XML-RPC API. See also Category:XML-RPC Protocol

OpenAPI

There is a new API being created - e.g. see Adding API Routes. The original code is at https://github.com/dreamwidth/dw-free/pull/2265.

To create an API key, go to manage account -> mobile -> advanced options.