Skip to content

Commit

Permalink
VW: align app headers
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Jun 11, 2022
1 parent 228521d commit 266071d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vehicle/vw/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ func (v *API) Position(vin string) (PositionResponse, error) {
req, err := request.New(http.MethodGet, uri, nil, map[string]string{
"Accept": request.JSONContent,
"Content-type": "application/vnd.vwg.mbb.carfinderservice_v1_0_0+json",
"X-App-Version": "TODO",
"X-App-Name": "TODO",
"X-App-Name": "foo", // required
"X-App-Version": "foo", // required
})
if err == nil {
err = v.DoJSON(req, &res)
Expand Down

0 comments on commit 266071d

Please sign in to comment.