The Microsoft Learn module entitled Use Microsoft Graph & third-party APIs shows you to use native SharePoint Framework types to consume external APIs in your projects. SharePoint Framework projects can incorporate data from anonymous APIs, those REST APIs secured with Azure AD, and Microsoft Graph.
- Calling anonymous APIs using HttpClient
- Calling Azure AD secured APIs using AadHttpClient
- Calling Microsoft Graph using MSGraphClient
Hi @Toriyama ,
I am checking to see if the problem has been resolved.