On Wed, May 29, 2013 at 10:17 AM, laurent laffont
<[email protected]> wrote:
> Is there's an ongoing project for that ? If not, is there an API for
> SmalltalkHub to get needed data ?


the SmalltalkHub server-side is "just" a REST API. I'm not sure there
is a documentation of this API, but looking at the source code is
*very* easy:

- download a SmalltalkHub image:
https://ci.inria.fr/pharo-contribution/job/SmalltalkHub/
- open the image
- look at ShHandler, ShVersionsHandler, and all Sh*Handler
- all the methods with a <get>, <delete>... pragma is a REST entry point.

You can also, open the web console of your favorite web browser and
look at the network messages.

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill

Reply via email to