artdarek / oauth-4-laravel

OAuth Service Provider for Laravel 4
684 stars 216 forks source link

How to get headers from $client->request()? #82

Open syropian opened 10 years ago

syropian commented 10 years ago

The GitHub API paginates it's data and they include pagination info in the request headers. When calling request(), is there a way to access the headers from the response?

dskanth commented 9 years ago

Yes, i am also looking for a way to read the response headers. Does anyone have an example ?