-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us what is missing in PnP Core SDK / what feature would you like to see added #849
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Sites delta API support. See https://docs.microsoft.com/en-us/graph/delta-query-overview. Testing showed that |
Send an email to a user (can be useful for example after an automation has finished) |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Support for new TermStore Rest API _api/v2.1/termStore (used in ModernExperience). For example: CSOM (Microsoft.SharePoint.Client) offers a way to search for Terms using the one of the following methods:
Is there a way to get these features in PnP Core SDK? Btw do anyone know where the documentation of _api/v2.1/termStore clould be found? |
@gszdev , thanks for the feedback, these indeed are useful extensions to have. We're using Microsoft Graph for taxonomy support , will need to check if this is possible using Graph. Using the v2.1 endpoint is not something we support today and (theoretically) this end point is the SharePoint proxy for Graph and one should prefer using Graph over v2.1 whenever possible. For getting multiple terms in one go batching might be the solution, will investigate that as well. Update: quick research showed that both requests are not possible today using Microsoft Graph. I'll check with the Graph team owning these features, plan B could be to wrap the CSOM endpoints (like we do for some other missing methods). I'll create a separate issue to track this request --> see #892 |
Moving the TaxonomyExtensions.GetWssIdForTerm from PnP Framework to PnP Core SDK would also be helpfull. Here's the link to the PnP Framework (CSOM) implementation: I'm new to PnP Core SDK so I'm not able to create a pull request because I don't know where how to put the methods in (IWeb, ITermStore, ...). Here's my code snipped (Extension Methods) for PnPCore SDK:
` |
This comment was marked as resolved.
This comment was marked as resolved.
Closing this issue as things have been implemented or a specific issue has been created. |
To further grow PnP Core SDK we'd like to understand what features you'd like to see added to PnP Core SDK. If you've need a feature in your project or you've suggestions for features to add then please reply on this issue.
To get started a series of ideas are added, feel free to like the idea to prioritize it 👍
The text was updated successfully, but these errors were encountered: