Easily inspect and invoke C# .NET Web APIs from the command-line with Post Command

Опубликовано: 07 Май 2026
на канале: ServiceStack
762
4

The inspect and send features added to the dotnet x tool make it easy to visualize metadata and data from ServiceStack services, as well as automate tasks using data from your web service APIs. With inspect, developers can easily view the metadata of their ServiceStack services, including the available routes, request and response DTOs, and any custom metadata attributes. This feature allows for easy inspection of ServiceStack services, making it easier for developers to understand how their services are configured and how to interact with them.

The send feature allows developers to easily send requests to their ServiceStack services using the command line. This feature is particularly useful for automating tasks, as developers can use the command line to send requests to their services and receive responses without the need for a graphical user interface. This feature can also be used to quickly test and debug services, as developers can easily send requests and view the responses in the command line interface. Overall, these new features added to the dotnet x tool make it easier for developers to work with ServiceStack services and automate tasks using data from their web service APIs.

Docs: https://docs.servicestack.net/post-co...

ServiceStack Framework: https://servicestack.net