hwmatthewa
Results
1
issues of
hwmatthewa
Howdy, I am using this with GuzzleHttp Client class as follows: ```php $blogService = new Client([ 'base_uri' => $baseBlogUrl . '/wp-json/wp/v2/', 'headers' => [ 'Authorization' => 'Bearer ' . $result['access_token']...