# apimsal ## Summary This webpart loads the github profile using SPHttp client in PnP v3. To invoke your own API ## Compatibility | :warning: Important | |:---------------------------| | Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.| |Refer to for more information on SPFx compatibility. | ![SPFx 1.16.1](https://img.shields.io/badge/SPFx-1.16.1-green.svg) ![Node.js v16.18.1](https://img.shields.io/badge/Node.js-v16.18.1-green.svg) ![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg) ![Local Workbench Unsupported](https://img.shields.io/badge/Local%20Workbench-Unsupported-red.svg "Local workbench is no longer available as of SPFx 1.13 and above") ![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg) ![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg) !(assets/SPERasAppPage.png) [picture of the solution in action, if possible] ## Used SharePoint Framework Version ![SPFx 1.16.1](https://img.shields.io/badge/SPFx-1.16.1-green.svg) ## Applies to - [PnPjs V3](https://pnp.github.io/pnpjs/) - [SharePoint Framework](https://aka.ms/spfx) - [Microsoft 365 tenant](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant) > Get your own free development tenant by subscribing to [Microsoft 365 developer program](http://aka.ms/o365devprogram) ## Solution | Solution | Author(s) | | ----------- | ------------------------------------------------------- | | react-pnpjs-http-client |* [Divya Akula](https://github.com/divya-akula/) [@divya-akula](https://twitter.com/_divyaakula) ## Version history | Version | Date | Comments | | ------- | ---------------- | --------------- | | 1.0 | March 07, 2023 | Initial release | ## Disclaimer **THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** --- ## Minimal Path to Awesome - Clone this repository - Ensure that you are at the solution folder - in the command-line run: - **npm install** - **gulp serve** > Include any additional steps as needed. ## Features Description of the extension that expands upon high-level summary above. This extension illustrates the following concepts: - invoking third party api - pnpjs v3 - Document card layout ## References - [Getting started with SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant) - [Building for Microsoft teams](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-overview) - [Use Microsoft Graph in your solution](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis) - [Publish SharePoint Framework applications to the Marketplace](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/publish-to-marketplace-overview) - [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) - Guidance, tooling, samples and open-source controls for your Microsoft 365 development - [PnPjs Transition guide] (https://pnp.github.io/pnpjs/transition-guide/) - Guidance for migrating to latest framework of pnpjs