I am newbie to Golang. I am writing a go client, in which I am trying to invoke a bunch of REST APIs in server
Which rest clients/libraries should be used for this use case
Thanks!
I am newbie to Golang. I am writing a go client, in which I am trying to invoke a bunch of REST APIs in server
Which rest clients/libraries should be used for this use case
Thanks!
Golang comes with native "net/http"
package which you can use to request REST APIs