{"id":14986480,"url":"https://github.com/martincostello/aspnetcore-openapi","last_synced_at":"2025-04-11T21:31:04.568Z","repository":{"id":250037631,"uuid":"833026200","full_name":"martincostello/aspnetcore-openapi","owner":"martincostello","description":"A demonstration of different ways to add OpenAPI (Swagger) support to ASP.NET Core applications","archived":false,"fork":false,"pushed_at":"2025-04-10T21:22:40.000Z","size":473,"stargazers_count":13,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T21:32:01.914Z","etag":null,"topics":["aspnetcore","openapi","swagger"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/martincostello.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["martincostello"],"buy_me_a_coffee":"martincostello"}},"created_at":"2024-07-24T07:59:22.000Z","updated_at":"2025-04-08T21:21:31.000Z","dependencies_parsed_at":"2024-07-24T21:28:50.925Z","dependency_job_id":"6c779561-2c1a-4f49-bbe3-ca9bd5455f5f","html_url":"https://github.com/martincostello/aspnetcore-openapi","commit_stats":{"total_commits":138,"total_committers":3,"mean_commits":46.0,"dds":0.5,"last_synced_commit":"2a0dd70ab2c7e17b3ef027da7ba0ad6e5473071d"},"previous_names":["martincostello/aspnetcore-openapi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martincostello%2Faspnetcore-openapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martincostello%2Faspnetcore-openapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martincostello%2Faspnetcore-openapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martincostello%2Faspnetcore-openapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martincostello","download_url":"https://codeload.github.com/martincostello/aspnetcore-openapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248482881,"owners_count":21111398,"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":["aspnetcore","openapi","swagger"],"created_at":"2024-09-24T14:12:56.382Z","updated_at":"2025-04-11T21:31:03.646Z","avatar_url":"https://github.com/martincostello.png","language":"C#","funding_links":["https://github.com/sponsors/martincostello","https://buymeacoffee.com/martincostello"],"categories":[],"sub_categories":[],"readme":"# ASP.NET Core 🤝 OpenAPI\n\n[![Build status][build-badge]][build-status]\n\n## Introduction\n\nThis sample project demonstrates three different ways that you can expose\n[OpenAPI specifications][openapi] for ASP.NET Core applications:\n\n1. [ASP.NET Core OpenAPI][aspnetcore-openapi]\n1. [NSwag][nswag]\n1. [Swasbuckle.AspNetCore][swashbuckle]\n\nThe sample application is a simple Todo list application that allows you to\ncreate, read, update, and delete Todo items. The application is implemented\nusing ASP.NET Core 9.0 with Minimal APIs and Razor Pages.\n\n## Building and Testing\n\nCompiling the application yourself requires Git and the [.NET SDK][dotnet-sdk] to be installed.\n\nTo build and test the application locally from a terminal/command-line, run the\nfollowing set of commands:\n\n```powershell\ngit clone https://github.com/martincostello/aspnetcore-openapi.git\ncd aspnetcore-openapi\n./build.ps1\n```\n\n## Feedback\n\nAny feedback or issues can be added to the issues for this project in [GitHub][issues].\n\n## Repository\n\nThe repository is hosted in [GitHub][repo]: \u003chttps://github.com/martincostello/aspnetcore-openapi.git\u003e\n\n## License\n\nThis project is licensed under the [Apache 2.0][license] license.\n\n[aspnetcore-openapi]: https://learn.microsoft.com/aspnet/core/fundamentals/minimal-apis/aspnetcore-openapi \"Get started with Microsoft.AspNetCore.OpenApi\"\n[build-badge]: https://github.com/martincostello/aspnetcore-openapi/actions/workflows/build.yml/badge.svg?branch=main\u0026event=push \"Build status for this project\"\n[build-status]: https://github.com/martincostello/aspnetcore-openapi/actions?query=workflow%3Abuild+branch%3Amain+event%3Apush \"Continuous Integration for this project\"\n[dotnet-sdk]: https://dotnet.microsoft.com/download \"Download the .NET SDK\"\n[issues]: https://github.com/martincostello/aspnetcore-openapi/issues \"Issues for this project on GitHub.com\"\n[license]: https://www.apache.org/licenses/LICENSE-2.0.txt \"The Apache 2.0 license\"\n[nswag]: https://github.com/RicoSuter/NSwag \"The NSwag repository\"\n[openapi]: https://swagger.io/specification/ \"The OpenAPI website\"\n[repo]: https://github.com/martincostello/aspnetcore-openapi \"This project on GitHub.com\"\n[swashbuckle]: https://github.com/domaindrivendev/Swashbuckle.AspNetCore \"The Swashbuckle.AspNetCore repository\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartincostello%2Faspnetcore-openapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartincostello%2Faspnetcore-openapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartincostello%2Faspnetcore-openapi/lists"}