IsraelOrtuno / pipedrive

Complete Pipedrive API client for PHP
MIT License
166 stars 58 forks source link

How can I check X-RateLimit-Remaining? #41

Closed vingrad closed 6 years ago

IsraelOrtuno commented 6 years ago

Every API response includes it:

https://pipedrive.readme.io/docs/core-api-concepts-rate-limiting

vingrad commented 6 years ago

Yes, but how can I access this data via your library?

IsraelOrtuno commented 6 years ago
$pipedrive->deals->all()->getHeaders();

:D