cloudinary / cloudinary_npm

Cloudinary NPM for node.js integration
629 stars 323 forks source link

fix: improved ResourceApiResponse interface #630

Closed cloudinary-pkoniu closed 1 year ago

cloudinary-pkoniu commented 1 year ago

Brief Summary of Changes

ResourceApiResponse extended with these optional properties:

next_cursor?: string;
rate_limit_allowed?: number;
rate_limit_reset_at?: string;
rate_limit_remaining?: number;

What Does This PR Address?

Are Tests Included?

Reviewer, Please Note: