Skip to content

Instantly share code, notes, and snippets.

@ranrubin
Created June 25, 2019 14:53
Show Gist options
  • Save ranrubin/f1e76a6e3e0d80b73546121c3a450698 to your computer and use it in GitHub Desktop.
Save ranrubin/f1e76a6e3e0d80b73546121c3a450698 to your computer and use it in GitHub Desktop.
def call(String base_url){
def http = new org.boo.HttpRest()
http.construct(base_url)
return http
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment