codegreencreative / laravel-freshworks

Laravel Freshworks API Wrapper
MIT License
4 stars 5 forks source link

Expose last request object #3

Closed atymic closed 3 months ago

atymic commented 3 years ago

I'd like to be able to get the rate limit details from the last response. Could we set a static property on the Freshworks class with the last response, and a getter to get it? Or ideally methods to get the rate limit details directly.

Happy to PR

upwebdesign commented 3 years ago

@atymic if you are willing to continue to create PR's I will merge them in.