-
kotlin infix function을 활용해 반복되는 코드를 줄일 수 있을 것으로 보임.
### As Is
```kotlin
fieldWithPath("data[].id").description("식별자"),
```
### To Be
```kotlin
data[].id typeOf Int means "식별자"
```
### S…
jxmen updated
4 months ago
-
I've been working on a Kotlin DSL for restDocs and have [converted a number of samples](https://github.com/checketts/spring-restdocs/blob/dsl-poc/samples/rest-notes-spring-hateoas/src/test/java/com/ex…
-
As documented here (https://github.com/spring-projects/spring-restdocs/issues/832), the org.springframework.restdocs.request.RequestParametersSnippet has been broken down into QueryParametersSnippet a…
-
# Restdoc与Docsify,更简单的生成Api文档 | Dnocm ☀
大半年前就写过一篇文章[《测试驱动开发(TDD)的实践》](https://www.dnocm.com/articles/almond/test-driven development/),关于测试的。时至今日,我仍然坚信测试是软件开发一重要环节,它在绝大多数情况下,保障了系统的质量与稳定性。 但当时所搭的框架存…
-
Hello there,
@otrosien @mduesterhoeft @UlfS
Hope this issue finds you in good health.
I'm currently documenting the APIs of Mifos I/O ( https://github.com/mifosio ) which uses a feign client…
-
If controller attribute modelClass specify how false (unnecessary set)
```
class SomeRESTController extends Controller {
public $allowedActions = ['create'];
public $modelClass = false; // mo…
-
Is: Responses description is the string value of the status code. Example:
responses:
"400":
description: "400"
Should: Response description should have the description …
-
In our auto-documentation extension https://github.com/ScaCap/spring-auto-restdocs we are trying to automate documentation as much as possible by introspecting code. For this we created extensions of …
-
Would it be an idea to add a sample combining Spring Cloud Contract, WebTestClient, RestAssured and Spring Restdocs?
WebTestClient can be configured to use Restdocs and so does RestAssured. But und…
-
# Swagger와 Spring Restdocs의 우아한 조합 (by OpenAPI Spec) - 👨💻꿈꾸는 태태태의 공간
[https://taetaetae.github.io/posts/a-combination-of-swagger-and-spring-restdocs/](https://taetaetae.github.io/posts/a-combinati…