symfonycorp / connect

The SymfonyConnect official API SDK
https://connect.symfony.com/
MIT License
90 stars 40 forks source link

Ease the use of a custom Browser with Api and OAuthConsumer #24

Closed lucasaba closed 11 years ago

lucasaba commented 11 years ago

With this patch it is easier to pass a customized \Buzz\Browser to \SensioLabs\Connect\Api\Api and \SensioLabs\Connect\OAuthConsumer without the nedd to provide the endpoint to the constructor. It also removes \SensioLabs\Connect\Buzz\Client\Curl which is unsecure and not needed anymore.

References issue #23

lucasaba commented 11 years ago

The same annotations are for OAuthConsumer I suppose.

stof commented 11 years ago

yeah, of course. I found it useless to duplicate them

lucasaba commented 11 years ago

Stop! I'm making mistakes mergin/stashing/pulling.... I still have to lern git! Let me close this and open a new one.