Ajouter keyauth à scan request
This commit is contained in:
parent
51c0930f98
commit
10901b3f6e
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@ type APIClient struct {
|
||||||
|
|
||||||
func (a *APIClient) Scan(membreID string) (response apiresponse.ScanPOST, err error) {
|
func (a *APIClient) Scan(membreID string) (response apiresponse.ScanPOST, err error) {
|
||||||
//TODO implement api key
|
//TODO implement api key
|
||||||
return response, a.Voki.Unmarshal(http.MethodPost, fmt.Sprintf("/v0/scan/%s", membreID), nil, false, &response)
|
return response, a.Voki.Unmarshal(http.MethodPost, fmt.Sprintf("/v0/scan/%s", membreID), nil, true, &response)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue