Re: Examples of Pure Groovy Libraries for REST Services

2016-03-07 Thread Pascal Schumacher
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 s

Examples of Pure Groovy Libraries for REST Services

2016-03-07 Thread 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, th

RE: XmlSlurper, attributes and namespaces

2016-03-07 Thread Winnebeck, Jason
Ok I created https://issues.apache.org/jira/browse/GROOVY-7781 One workaround I wanted to try but never could find -- I see no way in GPathResult to iterate over the attributes or list the attributes. Since my document is entirely within a single namespace I was hoping that I could search for t