grails-plugins / grails-rest-client-builder

REST client plugin that uses Spring's RestTemplate
http://grails.org/plugin/rest-client-builder
Apache License 2.0
65 stars 32 forks source link

it can post with token or not ? #56

Closed mannyphattana closed 3 years ago

mannyphattana commented 3 years ago

like token "......"

sdelamo commented 3 years ago

You can do POST requests with Grails Rest Client.

If you are using Grails 4 we recommend you move to use the Micronaut HTTP Client.