1 مستودع
API endpoints that can accept and process multiple data formats using a single request object.
Distinct from Public API Exposure: Existing candidates focus on schema exposure or general public exposure, not the capability of a single object to handle multiple wire formats.
Explore 1 awesome GitHub repository matching web development · Multi-Format API Endpoints. Refine with filters or upvote what's useful.
ServiceStack is a high-performance .NET web framework designed for building type-safe APIs using strongly-typed request and response objects. It functions as a message-based API engine that decouples business logic from the transport layer, allowing services to be exposed via multiple protocols including HTTP, gRPC, and various message queue providers. The framework is distinguished by its type-safe API generator, which produces native client SDKs and data transfer objects from service metadata across multiple languages. It also includes a distributed service gateway for microservices orchest
Accepts request data via XML, JSON, JSV, SOAP, or ProtoBuf using a single request object.