XML(JSON?)-over-HTTP: How to define API?

Chris Rebert clp2 at rebertia.com
Thu Jul 2 18:27:23 EDT 2009


On Thu, Jul 2, 2009 at 3:06 PM, Allen Fowler<allen.fowler at yahoo.com> wrote:
>
> I have an (in-development) python system that needs to shuttle events / requests around over the network to other parts of itself.   It will also need to cooperate with a .net application running on yet a different machine.
>
> So, naturally I figured some sort of HTTP event / RPC type of would be a good idea?
>
> Are there any modules I should know about, or guidelines I could read, that could aid me in the design of the API?

http://en.wikipedia.org/wiki/Representational_State_Transfer
(aka REST)

O'Reilly also has a book on the subject.

Cheers,
Chris
-- 
http://blog.rebertia.com



More information about the Python-list mailing list