@@ -37,32 +37,31 @@ There are several that you can contribute to Spring REST Docs:
37
37
38
38
| Name | Description |
39
39
| ---- | ----------- |
40
- | [ restdocs-wiremock] [ 17 ] | Auto-generate [ WireMock] [ 18 ] stubs as part of documenting your RESTful API |
41
- | [ restdocsext-jersey] [ 19 ] | Enables Spring REST Docs to be used with [ Jersey's test framework] [ 20 ] |
42
- | [ spring-auto-restdocs] [ 21 ] | Uses introspection and Javadoc to automatically document request and response parameters |
40
+ | [ restdocs-wiremock] [ 17 ] | Auto-generate WireMock stubs as part of documenting your RESTful API |
41
+ | [ restdocsext-jersey] [ 18 ] | Enables Spring REST Docs to be used with [ Jersey's test framework] [ 19 ] |
42
+ | [ spring-auto-restdocs] [ 20 ] | Uses introspection and Javadoc to automatically document request and response parameters |
43
43
44
44
## Licence
45
45
46
46
Spring REST Docs is open source software released under the [ Apache 2.0 license] [ 14 ] .
47
47
48
48
[ 1 ] : https://build.spring.io/plugins/servlet/wittified/build-status/SRD-PUB2 ( Build status )
49
49
[ 2 ] : https://build.spring.io/browse/SRD-PUB
50
- [ 3 ] : http ://asciidoctor.org
51
- [ 4 ] : http ://docs.spring.io/spring-framework/docs/4.1.x/spring-framework-reference/htmlsingle/#spring-mvc-test-framework
50
+ [ 3 ] : https ://asciidoctor.org
51
+ [ 4 ] : https ://docs.spring.io/spring-framework/docs/4.1.x/spring-framework-reference/htmlsingle/#spring-mvc-test-framework
52
52
[ 5 ] : https://developer.github.com/v3/
53
- [ 6 ] : http ://swagger.io
53
+ [ 6 ] : https ://swagger.io
54
54
[ 7 ] : https://speakerdeck.com/ankinson/documenting-restful-apis-webinar
55
55
[ 8 ] : https://www.youtube.com/watch?v=knH5ihPNiUs&feature=youtu.be
56
- [ 9 ] : http ://docs.spring.io/spring-restdocs/docs/
57
- [ 10 ] : http ://gradle.org
56
+ [ 9 ] : https ://docs.spring.io/spring-restdocs/docs/
57
+ [ 10 ] : https ://gradle.org
58
58
[ 11 ] : CODE_OF_CONDUCT.md
59
59
[ 12 ] : https://help.github.com/articles/using-pull-requests/
60
60
[ 13 ] : CONTRIBUTING.md
61
61
[ 14 ] : https://www.apache.org/licenses/LICENSE-2.0.html
62
- [ 15 ] : http ://stackoverflow.com/tags/spring-restdocs
62
+ [ 15 ] : https ://stackoverflow.com/tags/spring-restdocs
63
63
[ 16 ] : https://gitter.im/spring-projects/spring-restdocs
64
64
[ 17 ] : https://github.com/ePages-de/restdocs-wiremock
65
- [ 18 ] : http://wiremock.org/
66
- [ 19 ] : https://github.com/RESTDocsEXT/restdocsext-jersey
67
- [ 20 ] : https://jersey.java.net/documentation/latest/test-framework.html
68
- [ 21 ] : https://github.com/ScaCap/spring-auto-restdocs
65
+ [ 18 ] : https://github.com/RESTDocsEXT/restdocsext-jersey
66
+ [ 19 ] : https://jersey.java.net/documentation/latest/test-framework.html
67
+ [ 20 ] : https://github.com/ScaCap/spring-auto-restdocs
0 commit comments