Back to Abp

Layered Solution: Swagger Integration

docs/en/solution-templates/layered-web-application/swagger-integration.md

10.3.0873 B
Original Source
json
//[doc-seo]
{
    "Description": "Learn how to integrate Swagger with ABP Framework for effective API documentation and interaction in your layered web applications."
}

Layered Solution: Swagger Integration

json
//[doc-nav]
{
  "Previous": {
    "Name": "Logging (with Serilog)",
    "Path": "solution-templates/layered-web-application/logging"
  },
  "Next": {
    "Name": "Background Jobs",
    "Path": "solution-templates/layered-web-application/background-jobs"
  }
}

Swagger is a tool that helps to create, document, and consume RESTful web services. It provides a user interface to interact with the APIs and also a way to generate client SDKs for the APIs.

In the Swagger Integration document, you can find general information about Swagger integration with ABP Framework.