Entry tags:
Client API for extensions?
I'm the maintainer of the Benzaiten client -- it's one of the few LJ clients for Linux that is still actively maintained.
Some of my users ask me to support the Dreamwidth-specific extensions in my client. However, I can't seem to find any API documentation for this. Are these features exposed through the client API? If so, where can I find out more?
And if not, is this on the roadmap for the future?
Some of my users ask me to support the Dreamwidth-specific extensions in my client. However, I can't seem to find any API documentation for this. Are these features exposed through the client API? If so, where can I find out more?
And if not, is this on the roadmap for the future?

no subject
My main interest is totally overhauling our ATOM; I've been researching it and trying to figure out how to best go about it and kind of excited about it. I know it'll be a while before clients actually start implementing it, but I think it'll be worth it for when they do, because so much can be done that way.
no subject
Updating it to be recent -- sure. But how is adding custom extensions to a standard any better than maintaining out XML-RPC API.
no subject
As far as I know, one of the big advantages to extending the heck out of ATOM is autodiscoverability--that is, the protocol has a way for a client to figure out what collections of items the service has available for editing and modification. And a client doesn't have to do anything custom, like add different XML-RPC functions, to work with those if it's clever about it.