We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0395dc4 commit 9f39361Copy full SHA for 9f39361
src/Services/Concerns/BuildBaseRequest.php
@@ -30,6 +30,7 @@ public function buildRequestWithToken(): PendingRequest
30
}
31
32
return $this->withBaseUrl()
33
+ ->asJson()
34
->withToken($this->oauth->access_token);
35
36
0 commit comments