Please let me know how to test ServiceStack api which buld on .net framework 4.6.1 locally.
Loading
Please let me know how to test ServiceStack api which buld on .net framework 4.6.1 locally.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Sep 7, 2021, 6:32 AM
Install-Package ServiceStack.Api.Swaggerin your package manager console.Enable Swagger plugin in your AppHost.cs with:
Access Swagger UI with
http://localhost:port/swagger-ui/index.html