Hi, attempting to use Fuel to send a post to a URL...
# kotlin-fuel
a
Hi, attempting to use Fuel to send a post to a URL which requires the data to me passed in query params rather than the body of the request. If I use "http://myService.dummmmy.com/api/register".httpPost(params) then the parameters are inserted into the body of the request rather than as query params, is there a way to use query params?