Mathias Düsterhöft

Results 16 comments of Mathias Düsterhöft

Sorry for the confusion. I played around with the contract a bit - and posted a modified version. The contract the consumer generates has `metadata` in the `matchingRules` section -...

@mefellows do you already have an idea on when you can fit this in. If you explain how you envision a solution I would also be happy to give it...

> With the next release of the beta, I'm hoping this problem should be resolved. @mefellows Hi there - do you have any update for me on this topic? I...

Thanks @mefellows > run a quick test on the most recent beta just to check if it's been fixed I did that before bothering you again. I have the same...

A way to achieve this would be to build an extension point into `spring-auto-restdocs` that is called after the introspection is finished. Once the interface of such an extension is...

Indeed this is not implemented at the moment. I agree - we should add that.

I agree that this would be nice - especially for redoc. We could offer a info object extension file or just a list of key value pairs in the plugin...

At the moment this is not implemented. But feel free to give it a try. We could add such a description to `ResourceSnippetParameters` - https://github.com/ePages-de/restdocs-api-spec/blob/master/restdocs-api-spec/src/main/kotlin/com/epages/restdocs/apispec/ResourceSnippetParameters.kt#L17 And in turn make use...

This is not yet covered. At the moment we only care about the type in the schema. But the format would also be very valuable. https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#dataTypes What do you think...

Extending the FieldDescriptor sounds like a good solution. Do you want to give it a try?