rest-gradle-plugin icon indicating copy to clipboard operation
rest-gradle-plugin copied to clipboard

A Gradle plugin that provides a REST request task infrastructure

Results 15 rest-gradle-plugin issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to run the plugin with gradle 7.x (7.5.1) and I get the following errors when applied to a task. I believe there might be some lack...

Since there was no easy way to add in nonProxyHosts, I just created a configuration parameter to ignore proxy settings in the plugin. A new spec was also added to...

It's quite handy to be able to POST/PUT huge objects from disk. Please support `java.io.File` or `java.io.Path` as `requestBody` to simplify usages and to avoid loading files in memory as...

Added in query param for GET method

I have configured the nonProxyHosts system property in my ~/.gradle/gradle.properties file that bypasses the proxy configuration for localhost, etc. However, when trying interact with a localhost URL using your plugin,...

- What went wrong: A problem occurred configuring root project 'Tom'. > Could not open no_buildscript class cache for build file 'C:\Users\fabricio\Desktop\Gradle\Tom\build.gradle' (C:\Users\fabricio.gradle\caches\2.2.1\scripts\build_6iriy6v5ja1rt2fnd68x0n5xk\ProjectScript\no_buildscript). > org/_10ne/gradle/rest/RestTask : Unsupported major.minor version 51.0...

I need to poll service until it's up. Would be nice to have a way to poll in loop with delay

Is there a way to set the SSL verification property to false? otherwise, it doesnot work for a https uri.

Hi, so I'm using your plugin to download files from Nexus. I can hit the /resolve endpoint just fine, but when trying to hit /artifact/maven/content (see here: https://repository.sonatype.org/nexus-restlet1x-plugin/default/docs/path__artifact_maven_content.html) I can't...

Currently on 404 the plugin behaves very verbosely (see below). It would be good to handle 404 and other errors (e.g. using [response handlers](http://groovy.codehaus.org/modules/http-builder/doc/handlers.html)). In addition stacktrace should be only...