pnp / pnpjs

Fluent JavaScript API for SharePoint and Microsoft Graph REST APIs
https://pnp.github.io/pnpjs/
Other
750 stars 306 forks source link

V4 Graph Taxonomy #2885

Closed bcameron1231 closed 8 months ago

bcameron1231 commented 8 months ago

Category

What's in this Pull Request?

Moving Taxonomy to Graph Refactored classes to use addable, updateable, getbyid Removed unsupported methods in Graph

bcameron1231 commented 8 months ago

Open Questions and Concerns I have removed Taxonomy from SP... but I'm not sure if we want to...

  1. Graph Implementation is different than v2.1. We don't have the ability to do CustomSortOrder. Which means we also can't do getAllChildrenAsOrderedTree. We also can't do SearchTerms()
  2. Root Termstore seems to only be available on Beta
juliemturner commented 8 months ago

Need to look into a way to salvage getAllChildrenAsOrderedTree