Closed kynx closed 2 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
@bshaffer Thanks for adding this to the next release! Sorry about the CS: CONTRIBUTING.md
seems a bit out of data - the composer style
script mentioned there no longer exists.
I'll probably forget everything about this within a month. If I wanted to add the example above to the online docs, where would I make a PR?
This fixes https://github.com/googleapis/google-cloud-php/issues/7187
Unfortunately using the PubSub emulator is still not entirely straightforward with REST: the
https
schema is hardcoded inGoogle\ApiCore\RequestBuilder::buildUri()
, probably for very good reason!I have managed to get it to work by supplying a modified
httpHandler
: