Philip Gichuhi

Results 31 issues of Philip Gichuhi

I'm trying to convert my application to the new fluent API. I specifically want to download profile photos for all the users in my organization, and was able to do...

Sample v1 snippet ```php // v1.x $response = $graphClient->createRequest('GET', '/users/userId/messages') ->setReturnType(Model\Message::class) ->execute(); ``` Perhaps make models a separate package? This way developers can use graph core and the models package...

ToTriage
v2: feedback

_Challenge_: It can be difficult to know which request configuration object and query parameter object to import. It also doesn't feel as fluent to type. _Developer realises that they can...

v2: feedback

Parent task tracking bug fixes, feedback & suggestions to improve v2.0: ## Enhancements - [ ] https://github.com/microsoft/kiota/issues/1856 - [ ] https://github.com/microsoftgraph/msgraph-sdk-php/issues/952 - [ ] https://github.com/microsoftgraph/msgraph-sdk-php/issues/951 ## Bugs - [ ]...

v2: feedback

Missing paths should have an alternative URL path that is supported. You can find alternative paths from our [API Reference](https://docs.microsoft.com/en-us/graph/api/overview?toc=.%2Fref%2Ftoc.json&view=graph-rest-1.0)

bug
v2: feedback

This release contains model bug fixes and the following improvements: - Authentication Provider that handles token fetching and refresh behind the scenes for you: ```php use Microsoft\Kiota\Authentication\Oauth\AuthorizationCodeContext; use Microsoft\Kiota\Authentication\PhpLeagueAuthenticationProvider; $tokenRequestContext...

announcement

This is because we call `sendNoContentAsync` instead of `sendAsync()` ![image](https://user-images.githubusercontent.com/10958912/173320008-405d152f-37e0-4843-8740-418187cd1653.png)

bug
v2: feedback

We're currently supporting PHP 7.3 in the v1 SDK which is no longer receiving active/security support. https://www.php.net/supported-versions.php We should at least bump up to PHP 7.4 which is no longer...

ToTriage

I actually started a new project quite recently and am in a position to switch to RC. Will do so happily. Must say I'm surprised there's still no really good...

question

The Microsoft Graph PHP SDK v2.0.0 is available for preview now! A number of new features, improvements and breaking bug fixes have been added including: - [Bug Fix] Model getters...

announcement