Brent Shaffer
Brent Shaffer
@norberttech we are not really interested in this change. If it could be done in a non-breaking way then maybe, but we don't want our auth libraries / clients to...
@norberttech > In general, this is a huge amount of work. I don't think this would require a huge amount of work - you can already provide your own "http...
> duck typing is nice but it's not the most reliable way of defining extension points We could add a `Google\Auth\HttpHandler\HttpHandlerInterface`. This would define the interface and essentially be an...
Hello! Thank you for submitting this! Could you please add a test?
Also check out doing a [limited install](https://github.com/googleapis/google-api-php-client#cleaning-up-unused-services), which allows you to declare only the services you want in your `composer.json`, add a hook in `pre-autoload-dump`, and all other services will...
> The solution to that would be to offer separate packages for the API client of each service. Most projects probably use only a few services. @stof Unfortunately the limitation...
Yes and it's a lot of overhead and isn't scalable for 250+ additional packages of a turned down library maintained by a team of essentially me. I've updated the READMEs:...
@marabucz I suggest using the Google analytics data package ([google/analytics-data](https://cloud.google.com/php/docs/reference/analytics-data/latest)) or the Google analytics admin package ([google/anayltics-admin](https://cloud.google.com/php/docs/reference/analytics-admin/latest)) instead.
@RuslanZavacky Good question. This is marked as optional in [ClientInterface](https://github.com/bshaffer/oauth2-server-php/blob/develop/src/OAuth2/Storage/ClientInterface.php#L31). So I think the short answer is this library doesn't support it, and that should be ok (as it's not...
Yes, I've added the methods for this. — Brent Shaffer On Wed, Jun 19, 2013 at 4:20 AM, dorein [email protected] wrote: > I am wondering what the status is of...