{"id":28749400,"url":"https://github.com/octokit/source-generator","last_synced_at":"2025-06-16T20:09:15.278Z","repository":{"id":65898015,"uuid":"590530348","full_name":"octokit/source-generator","owner":"octokit","description":"Generates SDKs from GitHub's OpenAPI specification. Built on Kiota. ","archived":false,"fork":false,"pushed_at":"2025-01-20T21:41:09.000Z","size":9225,"stargazers_count":8,"open_issues_count":14,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-24T05:03:45.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/octokit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-18T16:18:37.000Z","updated_at":"2025-02-01T18:59:42.000Z","dependencies_parsed_at":"2023-05-11T07:30:19.047Z","dependency_job_id":"3849cc29-d01b-4d03-b2aa-86cee0681b77","html_url":"https://github.com/octokit/source-generator","commit_stats":null,"previous_names":["nickfloyd/source-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/octokit/source-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octokit%2Fsource-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octokit%2Fsource-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octokit%2Fsource-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octokit%2Fsource-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octokit","download_url":"https://codeload.github.com/octokit/source-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octokit%2Fsource-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260230737,"owners_count":22978178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-16T20:09:13.169Z","updated_at":"2025-06-16T20:09:15.273Z","avatar_url":"https://github.com/octokit.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# source-generator\n\nThis repository generates code from [GitHub's OpenAPI specification](https://github.com/github/rest-api-description), built on [Kiota](https://github.com/microsoft/kiota). If you're looking for the repositories generated from this code, you may want:\n\n- Go\n\t- For the standard GitHub.com product\n\t\t- [go-sdk repository](https://github.com/octokit/go-sdk)\n\t\t- [pkg.go.dev docs link](https://pkg.go.dev/github.com/octokit/go-sdk)\n\t- For GitHub Enterprise Cloud\n\t\t- [go-sdk-enterprise-cloud repository](https://github.com/octokit/go-sdk-enterprise-cloud)\n\t\t- [pkg.go.dev docs link](https://pkg.go.dev/github.com/octokit/go-sdk-enterprise-cloud)\n\t- For GitHub Enterprise Server\n\t\t- [go-sdk-enterprise-server repository](https://github.com/octokit/go-sdk-enterprise-server)\n\t\t- [pkg.go.dev docs link](https://pkg.go.dev/github.com/octokit/go-sdk-enterprise-server)\n- .NET\n\t- For the standard GitHub.com product\n\t\t- [dotnet-sdk repository](https://github.com/octokit/dotnet-sdk)\n\t\t- [NuGet link](https://www.nuget.org/packages/GitHub.Octokit.SDK)\n\t- For GitHub Enterprise Cloud\n\t\t- [dotnet-sdk-enterprise-cloud repository](https://github.com/octokit/dotnet-sdk-enterprise-cloud)\n\t\t- [NuGet link](https://www.nuget.org/packages/GitHub.Octokit.GHEC.SDK/)\n\t- For GitHub Enterprise Server\n\t\t- [dotnet-sdk-enterprise-server repository](https://github.com/octokit/dotnet-sdk-enterprise-server)\n\t\t- [NuGet link](https://www.nuget.org/packages?q=GitHub.Octokit.GHES.SDK)\n\t- For our classic non-generated, hand-maintained Octokit.net project\n\t\t- [Octokit.net repository](https://github.com/octokit/octokit.net)\n\t\t- [NuGet link](https://www.nuget.org/packages/Octokit/)\n\n## Development\n\n- Install\n\t- [.NET 7](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)\n\t- [Latest version of Go](https://go.dev/dl/)\n\t- Kiota: `dotnet tool install --global Microsoft.OpenApi.Kiota --prerelease`\n- For the latest versions of tooling, the `.github/workflows/build-go.yml` file is the source of truth.\n\n## Usage\n\n### Go\n\nRun `./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.\n\n### C#\n\nRun `./scripts/generate-csharp.sh`\n\n## Design \n\nFor more information on our approach to generative SDKs please read our [design doc](./docs/DESIGN.md).  \n\nFor more information on why we have made a move toward Generative SDKs, please take a moment and head over to the [GitHub blog](https://github.blog/news-insights/product-news/our-move-to-generated-sdks/) to read more there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctokit%2Fsource-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctokit%2Fsource-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctokit%2Fsource-generator/lists"}