The TCK tests are probably a good place to start.  There are lot that are
not done (_TODO), but plenty that are.

For example, [1] invokes an action.

When invoking, you can either be RESTful and follow the links [2], or just
cut to the chase and use the resource [3] as a "template".

HTH
Dan

[1]
https://github.com/apache/isis/blob/master/core/tck/tck-viewer-restfulobjects/src/test/java/org/apache/isis/viewer/restfulobjects/tck/domainobjectorservice/id/action/invoke/Get_givenRefArg_whenArgProvided_ok.java

[2]
https://github.com/apache/isis/blob/master/core/tck/tck-viewer-restfulobjects/src/test/java/org/apache/isis/viewer/restfulobjects/tck/domainobjectorservice/id/action/invoke/Get_givenRefArg_whenArgProvided_ok.java#L94

[3]
https://github.com/apache/isis/blob/master/core/tck/tck-viewer-restfulobjects/src/test/java/org/apache/isis/viewer/restfulobjects/tck/domainobjectorservice/id/action/invoke/Get_givenRefArg_whenArgProvided_ok.java#L127


On 21 October 2014 20:55, Jeroen van der Wal <[email protected]> wrote:

> Hi Dan,
>
> I need to retrieve a collection of domain objects from an Isis application
> through the restful api using Java. Is there a client library I can
> leverage? Perhaps the RO viewer's applib?
>
> Any hints welcome ;-)
>
> Cheers,
>
> Jeroen
>

Reply via email to