Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

bob bae http://sparebandwidth.blogspot.com

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

Ping technorati using xml-rpc in newLISP

// description of your code here

(setq technorati-request [text] 
<methodCall> 
  <methodName>weblogUpdates.ping</methodName> 
  <params> 
    <param> 
      <value>%s</value> 
    </param> 
    <param> 
      <value>%s</value> 
    </param> 
  </params> 
</methodCall> 
[/text]) 



 (XMLRPC:execute  "http://rpc.technorati.com/rpc/ping" (format technorati-request "terpri.com" "http://terpri.com")) 


« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS