Dynamic Web Development with Seaside

24.2Getting Started with REST

To get started load the package Seaside-Rest-Core, and if you are on Pharo Seaside-Pharo-Rest-Core. All packages are available from the Seaside30Addons repository and you can load then easily with the following Gofer script:

Gofer new
squeaksource: 'Seaside30Addons';
package: 'Seaside-REST-Core';
package: 'Seaside-Pharo-REST-Core';
package: 'Seaside-Tests-REST-Core';
load.

Recent Seaside images already contain the REST packages preloaded.

Copyright © 19 March 2024 Stéphane Ducasse, Lukas Renggli, C. David Shaffer, Rick Zaccone
This book is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 license.

This book is published using Seaside, Magritte and the Pier book publishing engine.