Skip to content

Commit c1d245f

Browse files
committed
Add link to restdocs-wiremock to the README
Closes gh-244
1 parent bec03a1 commit c1d245f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ There are several that you can contribute to Spring REST Docs:
3333
- Ask and answer questions on Stack Overflow using the [`spring-restdocs`][15] tag.
3434
- Chat with fellow users [on Gitter][16].
3535

36+
## Third-party extensions
37+
38+
| Name | Description |
39+
| ---- | ----------- |
40+
| [restdocs-wiremock][17] | Auto-generate [WireMock][18] stubs as part of documenting your RESTful API |
41+
3642
## Licence
3743

3844
Spring REST Docs is open source software released under the [Apache 2.0 license][14].
@@ -52,4 +58,6 @@ Spring REST Docs is open source software released under the [Apache 2.0 license]
5258
[13]: CONTRIBUTING.md
5359
[14]: http://www.apache.org/licenses/LICENSE-2.0.html
5460
[15]: http://stackoverflow.com/tags/spring-restdocs
55-
[16]: https://gitter.im/spring-projects/spring-restdocs
61+
[16]: https://gitter.im/spring-projects/spring-restdocs
62+
[17]: https://github.com/ePages-de/restdocs-wiremock
63+
[18]: http://wiremock.org/

0 commit comments

Comments
 (0)