Feeds

xmlrpc specifications for performancing

PerformancingAds
Submitted by drk on August 24, 2006 - 12:55pm in

I'd like to add xmlrpc to a project so I can post internally using performancing.

Is there a Performancing xml-rpc spec which shows how to program server side stuff using xml-rpc - or is there a higher level specification which performancing adheres to?

I'm no whiz - but i guess it will include stuff like

performancing.getCategories( )
Returns an array of structs of available categories (member "title"), each with its associated category ID (member "id").

performancing.getLogin(id,password)
Returns true if login and id are correct - false otherwise.

etc etc .

any hints and tips? Is there such a document? What can developers recommend I read if I want to add rpc-xml to a project?

tnx in advance


Check these out

Check out these resources, they'll be your best bet:
http://www.xmlrpc.com/
http://www.xmlrpc.com/metaWeblogApi (recommended api)

Dave is right. I can also

Dave is right.
I can also post/send you the xml data that is sent between wordpress and PFF if you are interested. Would probably be the best system to imitate.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <h2> <h3> <h4> <img> <div> <a> <em> <strong> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <span> <table> <td> <tr> <caption> <th> <hr> <pre> <br> <p> <object> <param> <embed> <strike>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
11 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.