I am new in writing RESTful calls, and I am also new in Grails. However I am trying to write my first Rest API in my Grails application.
Based on this link: http://grails.github.io/grails-doc/3.0.10/guide/webServices.html#versioningResources
I noticed that there is fully explanation of how to make a get and post request.
However, I would like to make a rest post call through my code, and not via culr Unix tool.
What should I use? I am running Grails 3.0.10, can I use HttpBuilder?
Can you provide me examples?