{"id":37036742,"url":"https://github.com/toolsfactory/toolsfactory.common.minimalapi","last_synced_at":"2026-01-14T04:22:25.317Z","repository":{"id":293682364,"uuid":"984826621","full_name":"toolsfactory/Toolsfactory.Common.MinimalApi","owner":"toolsfactory","description":"A small helper library to make MinimalApi development smoother","archived":false,"fork":false,"pushed_at":"2025-05-16T15:32:43.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T12:41:42.550Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toolsfactory.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-16T15:14:16.000Z","updated_at":"2025-05-16T15:32:46.000Z","dependencies_parsed_at":"2025-05-16T15:52:55.939Z","dependency_job_id":"3bf7dd87-d7fc-4da6-915f-6ffa3954ab2f","html_url":"https://github.com/toolsfactory/Toolsfactory.Common.MinimalApi","commit_stats":null,"previous_names":["toolsfactory/toolsfactory.common.minimalapi"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/toolsfactory/Toolsfactory.Common.MinimalApi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolsfactory%2FToolsfactory.Common.MinimalApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolsfactory%2FToolsfactory.Common.MinimalApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolsfactory%2FToolsfactory.Common.MinimalApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolsfactory%2FToolsfactory.Common.MinimalApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toolsfactory","download_url":"https://codeload.github.com/toolsfactory/Toolsfactory.Common.MinimalApi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolsfactory%2FToolsfactory.Common.MinimalApi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28409456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-01-14T04:22:24.588Z","updated_at":"2026-01-14T04:22:25.307Z","avatar_url":"https://github.com/toolsfactory.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toolsfactory.Common.MinimalApi\n\nThis project provides a collection of helper classes and extensions for developing Minimal APIs with .NET 9.\n\n## Features\n\n- Base classes and interfaces for defining endpoints\n- Extension methods for `IServiceCollection` and `IEndpointRouteBuilder`\n- Support for modular and structured API development\n\n\n## Usage\n\nExample for registering and defining endpoints:\n\n\n```csharp\n// In Program.cs \nbuilder.Services.AddEndpointDefinitions(typeof(Program).Assembly);\napp.UseEndpointDefinitions();\n```\n\n```csharp\n// In an endpoint definition class\npublic class MyEndpointDefinition : EndpointDefinition\n{\n\tpublic override void DefineEndpoints(IEndpointRouteBuilder app)\n\t{\n\t\tapp.MapGet(\"/hello\", () =\u003e \"Hello World!\");\n\t}\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolsfactory%2Ftoolsfactory.common.minimalapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoolsfactory%2Ftoolsfactory.common.minimalapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolsfactory%2Ftoolsfactory.common.minimalapi/lists"}