https://github.com/iheartradio/play-swagger
Swagger spec generator for play framework
https://github.com/iheartradio/play-swagger
openapi public scala swagger
Last synced: 8 months ago
JSON representation
Swagger spec generator for play framework
- Host: GitHub
- URL: https://github.com/iheartradio/play-swagger
- Owner: iheartradio
- License: apache-2.0
- Created: 2015-09-17T20:56:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T07:27:13.000Z (about 2 years ago)
- Last Synced: 2025-03-28T14:04:59.489Z (8 months ago)
- Topics: openapi, public, scala, swagger
- Language: Scala
- Homepage:
- Size: 860 KB
- Stars: 405
- Watchers: 23
- Forks: 132
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-scala - play-swagger - swagger)  (Table of Contents / Misc)
- awesome-scala - Play Swagger ★ 174 ⧗ 3 - Automatically create Swagger documentation for your Play REST API (Misc)
- awesome-scala - play-swagger - swagger)  (Table of Contents / Misc)
README
# Swagger API spec generator for Play
A library that generates swagger specs from route files and case class reflection, no code annotation needed.
**This repository is no longer maintained. Please find the new repository here: https://github.com/play-swagger/play-swagger**
## About the Migration
This project has been migrated to a new repository in July 2023 due to a change in administration.
The development and maintenance of the project are being continued on the new repository.
While this repository is left for reference, please refer to the new repository for the most up-to-date code and information.
https://github.com/play-swagger/play-swagger
# Get Started
For play 2.8, Scala 2.13.x and Scala 2.12.x please use
```sbt
addSbtPlugin("io.github.play-swagger" % "sbt-play-swagger" % "1.2.3")
```