Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit dcf4f8f

Browse files
committed
link to docs
1 parent a4355c9 commit dcf4f8f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ generate java interfaces for the api defined in an openapi.yaml file
88

99
The purpose of the sample is to show the setup of the gradle plugin and the processors.
1010

11-
## Endpoints
11+
# Documentation
1212

13-
the sample has a few simple endpoints described with OpenAPI in `src/api`.
13+
See [here][oap-docs].
1414

15-
### ping
1615

17-
curl http://localhost:8080/ping
18-
19-
### echo
20-
21-
curl http://localhost:8080/echo?source=foo
22-
23-
[oap-spring]: https://hauner.github.io/openapi-processor-spring/
24-
[oap-json]: https://hauner.github.io/openapi-processor-json/
25-
[oap-gradle]: https://github.com/hauner/openapi-processor-gradle
16+
[oap-docs]: https://hauner.github.com/openapi-processor/spring-mvc-sample/index.html
17+
[oap-spring]: https://hauner.github.com/openapi-processor/spring/current/index.html
18+
[oap-json]: https://hauner.github.com/openapi-processor/json/current/index.html
19+
[oap-gradle]: https://hauner.github.com/openapi-processor/gradle/current/index.html

0 commit comments

Comments
 (0)