Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Gichuhi <[email protected]>
  • Loading branch information
isvargasmsft and Ndiritu authored Aug 22, 2023
1 parent ae8ca76 commit 922186d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ try {

```

> Note: The SDK is designed to make async requests by default, to get the result object add `wait()` after the operation.
> 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):
Expand Down

0 comments on commit 922186d

Please sign in to comment.