Skip to content

Commit

Permalink
Merge pull request #1312 from microsoftgraph/isvargasmsft-addingnote
Browse files Browse the repository at this point in the history
adding note
  • Loading branch information
Ndiritu authored Aug 22, 2023
2 parents ef53065 + 922186d commit e7c3d68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ try {

```

> Note: The SDK is designed to make async requests by default. Operations (`get()`, `post()`...) return a [Promise](https://docs.php-http.org/en/latest/components/promise.html). To get the result, call `wait()` after the operation.
> Example: `->get()->wait();`
Note that to calling `me()` requires a signed-in user and therefore delegated permissions (obtained using the `authorization_code` flow):
```php
<?php
Expand Down

0 comments on commit e7c3d68

Please sign in to comment.