microsoftgraph / microsoftgraph/msgraph-sdk-php
graphclient is missing a BatchRequestRequestBuilder
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 669
- Forks
- 150
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 3
Description
Taking a look at the example at
The graph client is missing the setup of the BatchRequestRequestBuilder.
The code of the graphclient should have an batch() function returning the BatchRequestRequestBuilder so that the example/sample is simplified to
$batchResponse = $graphServiceClient->batch()->postAsync($batchRequestContent)->wait();
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the batch example in docs/Examples.md around the referenced lines, then locate the Graph client implementation and existing request-builder setup. The work is done when the client exposes batch() returning BatchRequestRequestBuilder and the example can use the proposed postAsync(...)->wait() chain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100