Webapicontrib

USE FOR: Extending ASP.NET Core Web API with custom formatters, content negotiation, and media type handling using WebApiContrib.Core. Use when you need to serve or consume CSV, BSON, MessagePack, Protocol Buffers, or other non-JSON formats alongside JSON in the same API. DO NOT USE FOR: Building entire APIs from scratch (use ASP.NET Core minimal APIs or controllers), GraphQL endpoints (use Hot Chocolate), or gRPC services (use ASP.NET Core gRPC).

majiayu000 Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/api/webapicontrib commit 11af7f8eeb

Frequently asked questions

npx skillmds@latest add majiayu000/webapicontrib