Repository for the DevOp.Toon.API package, an ASP.NET Core MVC transport-layer companion to DevOp.Toon.
src/DevOp.Toon.API/contains the package source and the NuGet package READMEtests/DevOp.Toon.API.Tests/contains formatter registration and behavior testsDocumentation/contains repository-level implementation and behavior notes
The package adds ASP.NET Core MVC input and output formatters for TOON payloads so an API can accept and return text/toon or application/toon through the normal formatter pipeline.
Package-facing usage and installation guidance lives in src/DevOp.Toon.API/README.md.