Skip to content

Implement ToClone method on RequestBuilder #3199

Closed

Description

Related to #2597.

Currently the devx is not great for handling Delta calls. When the user gets the deltaLink back they need to create a new instance of the RequestBuilder but it is not obvious what the type is. By implementing Clone the developer can create a new instance of the Requestbuilder based on the provided path rather than the default one provided by the hierarchy.

e.g.

   var changes = graphClient.Users.ToClone(deltaLink).GetAsync()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

WIPenhancementNew feature or requestgeneratorIssues or improvements relater to generation capabilities.

Type

No type

Projects

  • Status

    Done ✔️

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions