Skip to content

PnP Core GraphFirst approach #1391

Answered by jansenbe
kavrat asked this question in Q&A
Feb 14, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

@kavrat : You can indeed debate over the term Graph first, when building new features we however try to use Graph where possible, it's just with some core SharePoint features that there's too much parity gaps to successfully use Graph over REST in the SDK as we can't limit the SDK functionality to what's just offered by Graph. If you need that then simply use the Graph SDK.

Regarding Rate Limiting, yes, all endpoints do support that but do know that by default it's not turned on in the SDK. See https://pnp.github.io/pnpcore/using-the-sdk/basics-settings.html, more particularly the RateLimiterMinimumCapacityLeft setting. If you want a more advanced sample on how PnP Core rate limiting can …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kavrat
Comment options

@jansenbe
Comment options

Answer selected by kavrat
@kavrat
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants