Calling REST APIs from Squeak

Alan Lovejoy squeak-dev.sourcery at forum-mail.net
Sun Mar 25 21:39:46 UTC 2007


Duncan,
 
You should have a look at the class hierarchy of HttpOperation in the
Passport package (it's part of the Chronos distribution,
http://www.chronos-st.org).
 
--Alan

  _____  

From: squeak-dev-bounces at lists.squeakfoundation.org
[mailto:squeak-dev-bounces at lists.squeakfoundation.org] On Behalf Of Duncan
Mak
Sent: Sunday, March 25, 2007 11:44 AM
To: The general-purpose Squeak developers list
Subject: Re: Calling REST APIs from Squeak



On 24 Mar 2007 20:59:42 +0100, Lex Spoon <lex at lexspoon.org> wrote:


HTTPSocket is really very minimal.  No one that I know of has taken
the time to factor out a proper HTTP client out of it.

A great start would be to make an HTTPRequest object out of all the
parameters of all the methods on the class side.  One for the URL, one 
for GET vs. PUT, one for form arguments, one for authentication info,
etc.


This seems like a fun little project to do. Could you elaborate a little bit
more? I'd like to try to work on this. 

Thanks,

Duncan.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20070325/583c420d/attachment.htm


More information about the Squeak-dev mailing list