This repository generates code from GitHub's OpenAPI specification, built on Kiota.
- Install
- .NET 7
- Latest version of Go
- Kiota:
dotnet tool install --global Microsoft.OpenApi.Kiota --prerelease
- For the latest versions of tooling, the
.github/workflows/build-go.yml
file is the source of truth.
Run ./scripts/generate-go.sh
. You may also run individual steps from the .github/workflows/build-go.yml
file. If you're using VSCode, there are some pre-setup tasks and debugging configurations in the .vscode
folder.
Run ./scripts/generate-csharp.sh