Hi Jerry,
I would start by searching github:
https://github.com/search?q=groovyx.net.http.RESTClient&type=Code&utf8=%E2%9C%93
If that does not yield satisfying results I would search for a java api
and see how I can improve upon it when using Groovy.
Cheers,
Pascal
Am 07.03.2016 um 16:22 schrieb Gerald Wiltse:
> I'm a novice developer, working on developing my first wrapper library
> for a REST API. I want it to be robust, flexible, and repeatable for
> future REST API's. I am looking for examples of wrapper libraries for
> different web api's written in pure Groovy (not Java). The more
> complicated the API, the better. Also, I would prefer those that use
> groovyx.net.http.RESTClient, since that's what I'm using.
>
> I want to see different ways of modeling the objects and the API's,
> since there are truly an infinite number of ways to approach it.
>
> Thanks in advance.
>
> Regards,
> Jerry
>
> Gerald R. Wiltse
> jerrywiltse@gmail.com <mailto:jerrywiltse@gmail.com>
>
|