Hongbo Miao
Hongbo Miao
Hi @kuitos I think sometimes it makes sense to cache POST requests. One example I can find is ``` POST https://graph.microsoft.com/api/beta/me/getMailTips { "EmailAddresses": [ "[email protected]", "[email protected]" ], "MailTipsOptions": "automaticReplies, mailboxFullStatus"...
No, it is REST API. Sorry, forget the link. https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/user_getmailtips
@kuitos got it, thank you for the info!
Got same error on macOS after `link`: ```sh ➜ linkerd --context=k3d-west multicluster check linkerd-multicluster -------------------- √ Link CRD exists √ Link resources are valid * east × remote cluster access...
More info from @jblackburn21 regarding this issue is at https://linkerd.slack.com/archives/C89RTCWJF/p1621264019131700?thread_ts=1620836050.032800&cid=C89RTCWJF https://linkerd.slack.com/archives/C89RTCWJF/p1628029929120800?thread_ts=1620836050.032800&cid=C89RTCWJF for future reference.
Hi @alexec the migration guide from `dgrijalva/jwt-go` to `golang-jwt/jwt` is at https://github.com/golang-jwt/jwt/blob/main/MIGRATION_GUIDE.md
Hi @vincent-chan-hk check my codes [here](https://github.com/Hongbo-Miao/microsoft-graph-angular/blob/master/src/app/auth/services/auth.service.ts#L13-L51). However, I don't know how to combine two `hello.init` into one...
Hi @pwombwa , I tried your way using `aad`, it shows > The provided network was not recognized For your `hello.init` method, you don't need to provide the App ID?
@zhaider here are the working demos https://github.com/Hongbo-Miao/microsoft-graph-react https://github.com/Hongbo-Miao/microsoft-graph-angular
Just copy another comment to here: --- I am more curious about the recommended way for this demo https://github.com/iterative/cml_cloud_case/blob/master/.github/workflows/cml.yaml as it is using AWS EC2 instance. However, in [current GitHub...