{"id":13594924,"url":"https://github.com/featherhttp/framework","last_synced_at":"2025-04-13T02:19:40.919Z","repository":{"id":53076907,"uuid":"223886747","full_name":"featherhttp/framework","owner":"featherhttp","description":"A lightweight low ceremony API for web services.","archived":false,"fork":false,"pushed_at":"2023-07-05T20:30:27.000Z","size":137,"stargazers_count":810,"open_issues_count":15,"forks_count":37,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-04-04T04:11:33.150Z","etag":null,"topics":["backend","dotnetcore","services","web","webapp"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/featherhttp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-11-25T07:25:48.000Z","updated_at":"2025-03-08T23:40:01.000Z","dependencies_parsed_at":"2024-01-07T00:07:25.634Z","dependency_job_id":null,"html_url":"https://github.com/featherhttp/framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featherhttp%2Fframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featherhttp%2Fframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featherhttp%2Fframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featherhttp%2Fframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/featherhttp","download_url":"https://codeload.github.com/featherhttp/framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248654399,"owners_count":21140291,"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":["backend","dotnetcore","services","web","webapp"],"created_at":"2024-08-01T16:01:40.964Z","updated_at":"2025-04-13T02:19:40.894Z","avatar_url":"https://github.com/featherhttp.png","language":"C#","readme":"## Feather HTTP\n\n[![feedz.io](https://img.shields.io/badge/endpoint.svg?url=https%3A%2F%2Ff.feedz.io%2Ffeatherhttp%2Fframework%2Fshield%2FFeatherHttp%2Flatest\u0026label=FeatherHttp)](https://f.feedz.io/featherhttp/framework/packages/FeatherHttp/latest/download)\n\nA lightweight low ceremony APIs for .NET Core applications.\n\n- Built on the same primitives as .NET Core\n- Optimized for building HTTP APIs quickly\n- Take advantage of existing .NET Core middleware and frameworks\n\n### Hello World\n\n```C#\nusing System.Threading.Tasks;\nusing Microsoft.AspNetCore.Builder;\nusing Microsoft.AspNetCore.Http;\n\nvar app = WebApplication.Create(args);\n\napp.MapGet(\"/\", async http =\u003e\n{\n    await http.Response.WriteAsync(\"Hello World\");\n});\n\nawait app.RunAsync();\n```\n\n## Tutorial\n\nThe [tutorial](https://github.com/featherhttp/tutorial) will walk you through building an HTTP API for a todo application using FeatherHttp.\n\n## Using CI Builds\n\nTo use the `dotnet new` template, use the following command\n\n```\ndotnet new -i FeatherHttp.Templates::{version} --nuget-source https://f.feedz.io/featherhttp/framework/nuget/index.json\n```\n\nOnce you've installed the template, run:\n\n```\ndotnet new feather -n {name}\n``` \n\nThis will create a new project using FeatherHttp.\n\nTo use CI builds add the following nuget feed:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cconfiguration\u003e\n    \u003cpackageSources\u003e\n        \u003cclear /\u003e\n        \u003cadd key=\"featherhttp\" value=\"https://f.feedz.io/featherhttp/framework/nuget/index.json\" /\u003e\n        \u003cadd key=\"NuGet.org\" value=\"https://api.nuget.org/v3/index.json\" /\u003e\n    \u003c/packageSources\u003e\n\u003c/configuration\u003e\n```\n\nSee the list of [versions](https://f.feedz.io/featherhttp/framework/nuget/v3/packages/FeatherHttp/index.json)\n","funding_links":[],"categories":["C#","webapp","C# #","WEB API","C\\#"],"sub_categories":["🔖 Samples"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeatherhttp%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeatherhttp%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeatherhttp%2Fframework/lists"}