pexels / pexels-javascript

Official Javascript library for the Pexels API.
https://www.pexels.com/api/documentation/
148 stars 29 forks source link

How to access headers such as X-Ratelimit-Limit? #53

Open smartpuffindev opened 7 months ago

smartpuffindev commented 7 months ago

Hello, I'm following the official documentation. It mentions several very useful headers, such as X-Ratelimit-Limit, X-Ratelimit-Remaining, and X-Ratelimit-Reset. How do I access these headers using this library?

Thanks in advance.