https://github.com/guidozam/githubace
Adaptive Card Extension (ACE) for SPFx that shows some data from GitHub using octokit/rest
https://github.com/guidozam/githubace
ace spfx
Last synced: 8 months ago
JSON representation
Adaptive Card Extension (ACE) for SPFx that shows some data from GitHub using octokit/rest
- Host: GitHub
- URL: https://github.com/guidozam/githubace
- Owner: GuidoZam
- Created: 2022-01-02T09:48:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T11:47:18.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T07:52:36.975Z (8 months ago)
- Topics: ace, spfx
- Language: TypeScript
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-hub-ace
## Summary
Simple sample of using [octokit/rest](https://github.com/octokit/rest.js) in a SharePoint Framework Adaptive Card Extension.
Card View

Quick View

## Used SharePoint Framework Version

## Applies to
- [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)
## Prerequisites
A GitHub API Key is required to run this sample.
For this sample you can use a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) with scope "user".
## 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.**
---
## 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