skip to Main Content

HTTPBuilder query parameters – Ebay API

I am trying to understand the Simplified GET of HTTP Builder. I succeeded with simple GET request similar to a REST GET request. def client = new HTTPBuilder('http://pokeapi.co') def resp = client.get(path: '/api/v1/pokemon/1') static void main(String[] args){ def h =…

VIEW QUESTION
Back To Top
Search