-
I'm using the PnP Core SDK to make custom API calls as explained here: Custom API Requests with PnP Core SDK. I want to know if the SDK still manages throttling (like retries and waiting times) when we use custom APIs. Do I need to do anything extra for this? Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@bajce : any request made using the HttpClient instances used by PnP Core SDK does handle throttling as we plugin the throttling logic at that level. So, yes, custom API calls are also retried in case of throttling |
Beta Was this translation helpful? Give feedback.
-
@jansenbe That's great. Thank you for your answer! |
Beta Was this translation helpful? Give feedback.
@bajce : any request made using the HttpClient instances used by PnP Core SDK does handle throttling as we plugin the throttling logic at that level. So, yes, custom API calls are also retried in case of throttling