VincentBlondeau / MooseOnWeb
Project infos
| License | MIT |
| Tags | rest, explore, web, moose, json, models |
| Creation date | 2013-05-29 |
| Website | http://37.139.2.203 |
Monticello registration
About MooseOnWeb
Moose On Web is an Api providing access a the models included in a Moose image.
To easily get the Api :
Gofer new
smalltalkhubUser: '' project: 'VincentBlondeau/MooseOnWeb';
package: 'ConfigurationOfMooseOnWeb';
load.
and then:
ConfigurationOfMooseOnWeb loadDefault
You can also use the image built by Jenkins : https://ci.inria.fr/moose/job/Moose-On-The-Web/
To try the Api, the server have to be launched :
MWRestServerDelegate serverStartOn: 8080
This command run the Api server. You can go on you favorite web broswer on : http://localhost:8080/mooseOnWeb/help to have the list of the commands.
You can use the Rest Client of firefox to forge your requests to the Api.
If you want to download the image with Moose on Web from Jenkins : https://ci.inria.fr/moose/job/Moose-On-The-Web/
If you just want to try it, you can go to http://37.139.2.203(not available for now) where a amber client interract with the pharo image through the API. You can download the client on https://github.com/VincentBlondeau/amber-MooseOnWeb
