{"id":26220665,"url":"https://github.com/apitally/apitally-dotnet","last_synced_at":"2025-04-16T04:30:53.593Z","repository":{"id":279219976,"uuid":"938076742","full_name":"apitally/apitally-dotnet","owner":"apitally","description":"Simple, privacy-focused API monitoring \u0026 analytics for ASP.NET Core web apps","archived":false,"fork":false,"pushed_at":"2025-04-09T23:05:47.000Z","size":22,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-11T22:17:45.858Z","etag":null,"topics":["api","api-analytics","api-logging","api-monitoring","api-observability","asp-net-core","monitoring","rest-api"],"latest_commit_sha":null,"homepage":"https://apitally.io","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/apitally.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-24T11:38:30.000Z","updated_at":"2025-04-09T23:05:51.000Z","dependencies_parsed_at":"2025-02-24T13:23:19.508Z","dependency_job_id":"fbf8e85b-2b49-4c8f-95cb-163813a7a38e","html_url":"https://github.com/apitally/apitally-dotnet","commit_stats":null,"previous_names":["apitally/apitally-dotnet"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apitally%2Fapitally-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apitally%2Fapitally-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apitally%2Fapitally-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apitally%2Fapitally-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apitally","download_url":"https://codeload.github.com/apitally/apitally-dotnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249195215,"owners_count":21228147,"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":["api","api-analytics","api-logging","api-monitoring","api-observability","asp-net-core","monitoring","rest-api"],"created_at":"2025-03-12T15:18:36.828Z","updated_at":"2025-04-16T04:30:53.566Z","avatar_url":"https://github.com/apitally.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://apitally.io\" target=\"_blank\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://assets.apitally.io/logos/logo-vertical-dark.png\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://assets.apitally.io/logos/logo-vertical-light.png\"\u003e\n      \u003cimg alt=\"Apitally logo\" src=\"https://assets.apitally.io/logos/logo-vertical-light.png\" width=\"150\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cb\u003eSimple, privacy-focused API monitoring \u0026 analytics\u003c/b\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ci\u003eApitally helps you understand how your APIs are being used and alerts you when things go wrong.\u003cbr\u003eJust add two lines of code to your project to get started.\u003c/i\u003e\u003c/p\u003e\n\u003cbr\u003e\n\n![Apitally screenshots](https://assets.apitally.io/screenshots/overview.png)\n\n---\n\n# Apitally SDK for .NET\n\n[![Tests](https://github.com/apitally/apitally-dotnet/actions/workflows/tests.yaml/badge.svg?event=push)](https://github.com/apitally/apitally-dotnet/actions)\n[![Codecov](https://codecov.io/gh/apitally/apitally-dotnet/graph/badge.svg?token=NJzC7yKV6V)](https://codecov.io/gh/apitally/apitally-dotnet)\n\nThis SDK for Apitally currently supports the following .NET web frameworks:\n\n- [ASP.NET Core](https://docs.apitally.io/frameworks/aspnet-core) (≥ 6.0)\n\nLearn more about Apitally on our 🌎 [website](https://apitally.io) or check out\nthe 📚 [documentation](https://docs.apitally.io).\n\n## Key features\n\n### API analytics\n\nTrack traffic, error and performance metrics for your API, each endpoint and\nindividual API consumers, allowing you to make informed, data-driven engineering\nand product decisions.\n\n### Error tracking\n\nUnderstand which validation rules in your endpoints cause client errors. Capture\nerror details and stack traces for 500 error responses, and have them linked to\nSentry issues automatically.\n\n### Request logging\n\nDrill down from insights to individual requests or use powerful filtering to\nunderstand how consumers have interacted with your API. Configure exactly what\nis included in the logs to meet your requirements.\n\n### API monitoring \u0026 alerting\n\nGet notified immediately if something isn't right using custom alerts, synthetic\nuptime checks and heartbeat monitoring. Notifications can be delivered via\nemail, Slack or Microsoft Teams.\n\n## Install\n\nInstall the NuGet package:\n\n```shell\ndotnet add package Apitally\n```\n\n## Usage\n\nAdd Apitally to your ASP.NET Core application by registering the required\nservices and middleware in your `Program.cs` file:\n\n```csharp\nusing Apitally;\n\nvar builder = WebApplication.CreateBuilder(args);\n\n// Add Apitally services\nbuilder.Services.AddApitally(options =\u003e\n{\n    options.ClientId = \"your-client-id\";\n    options.Env = \"dev\"; // or \"prod\" etc.\n});\n\nvar app = builder.Build();\n\n// Add Apitally middleware\napp.UseApitally();\n\n// ... rest of your middleware configuration\n```\n\nFor further instructions, see our\n[setup guide for ASP.NET Core](https://docs.apitally.io/frameworks/aspnet-core).\n\n## Getting help\n\nIf you need help please\n[create a new discussion](https://github.com/orgs/apitally/discussions/categories/q-a)\non GitHub or\n[join our Slack workspace](https://join.slack.com/t/apitally-community/shared_invite/zt-2b3xxqhdu-9RMq2HyZbR79wtzNLoGHrg).\n\n## License\n\nThis library is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapitally%2Fapitally-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapitally%2Fapitally-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapitally%2Fapitally-dotnet/lists"}