Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

890 B

//[doc-seo]
{
    "Description": "Learn how to integrate Swagger with ABP Framework for effective API documentation and interaction in your single-layer applications."
}

Single Layer Solution: Swagger Integration

//[doc-nav]
{
  "Previous": {
    "Name": "Logging (with Serilog)",
    "Path": "solution-templates/single-layer-web-application/logging"
  },
  "Next": {
    "Name": "Background Jobs",
    "Path": "solution-templates/single-layer-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.