Merge branch 'fix/api-route-key'
This commit is contained in:
commit
7351f970f7
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