Difference between revisions of "Dreamwidth API"

From Dreamwidth Notes
Jump to: navigation, search
(clarifying old vs new)
(new API documenting)
 
Line 1: Line 1:
 +
==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]]
 
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]]
  
There is a new API being created - e.g. see [[Adding API Routes]]
+
==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]]
 
[[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.