Refit

USE FOR: Defining type-safe HTTP API clients using interfaces and attributes with Refit's source generator. Use when consuming REST APIs where compile-time safety, automatic serialization, and integration with HttpClientFactory and DI are needed. DO NOT USE FOR: Low-level HTTP operations requiring manual stream control (use HttpClient directly), GraphQL clients (use StrawberryShake or GraphQL.Client), or file download/upload with custom progress reporting (use HttpClient with stream copying).

Tyler-R-Kendrick 57a5682 21 files · 33.6 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/web/refit commit 57a5682714

Frequently asked questions

npx skillmds add tyler-r-kendrick/refit