Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 707 Bytes

swagger-integration.md

File metadata and controls

19 lines (16 loc) · 707 Bytes

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.