https://github.com/pjfanning/swagger-akka-http-sample-java
Sample Java-based Akka-HTTP application that exposes its API as Swagger JSON
https://github.com/pjfanning/swagger-akka-http-sample-java
akka-http java swagger swagger-akka-http
Last synced: 25 days ago
JSON representation
Sample Java-based Akka-HTTP application that exposes its API as Swagger JSON
- Host: GitHub
- URL: https://github.com/pjfanning/swagger-akka-http-sample-java
- Owner: pjfanning
- License: apache-2.0
- Created: 2017-08-15T08:58:38.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T20:18:10.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:51:54.214Z (25 days ago)
- Topics: akka-http, java, swagger, swagger-akka-http
- Language: Java
- Size: 36.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# swagger-akka-http-sample-java
Sample Java-based Akka-HTTP application that exposes its API as Open API JSON.
This sample uses https://github.com/swagger-akka-http/swagger-akka-http while https://github.com/pjfanning/swagger-akka-http-java does not.
```sbt run```
curl http://localhost:12345/api-docs/swagger.json
There is `swagger-1.5` branch that uses the older swagger 1.x libs and produces swagger 2 specs.