[CLEANUP] Retirer code en commentaires #16
1 changed files with 0 additions and 5 deletions
|
@ -32,11 +32,6 @@ func (a *ApiClient) Call(method, route string, requestBody io.Reader, useKey boo
|
||||||
a.Protocol, a.Host, a.Port, route,
|
a.Protocol, a.Host, a.Port, route,
|
||||||
)
|
)
|
||||||
|
|
||||||
/*
|
|
||||||
//TODO
|
|
||||||
log.Println("endpoint: ", endpoint)
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Create client
|
// Create client
|
||||||
client := &http.Client{}
|
client := &http.Client{}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue