僕は本業はプログラマーなのですが、xml-rpcを使ってワードプレスに自動投稿するプログラムを作ってみました。巷の情報は記事はアップできるけど、画像をアップするのはあまり無いと思うので、まとめてみました。 使いやすいように関数化しました。
My company is starting to implement quite a bit of internet based management software. My boss has been talking about using XML-RPC, so I've done some reading up about it. My question is this: What's ...
Odoo integration examples in Python using json-rpc and xml-rpc. We have moved the Odoo RPC clients to separate repositories and added them as dependencies. version: 0 ...
前回、note の記事をエクスポートできるというお話しをしました。 note でエクスポートしたデータはXMLファイルであるためそのままでは読みにくい。なので「もうちょっとばかりよみやすくしたいなぁ」ということも書きました。PythonのチュートリアルにXML ...
XMLTP/L, or XMLTP Light, is a lightweight RPC protocol that uses XML to encode the stream of data. XMLTP/L has been designed to do fast RPC calls over an intranet, within an enterprise. More ...
XML-based Remote Procedure Call (XML-RPC) receives occasional attention as a simple protocol for remote procedure calls. It is straightforward to use, and easily available implementations such as ...