RESTClient try { def restClient = new RESTClient("http://weathers.co") def response = restClient.get(path: '/api.php', query: ['city': 'Prague']) println ...
確定! 回上一頁