You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since REST assured is based on a fluent API it would be awesome if Spring REST docs could provide a fluent (builder) API in addition to the varargs based approach.
(haven't looked in the Spring MVC usage pattern yet).
Since REST assured is based on a fluent API it would be awesome if Spring REST docs could provide a fluent (builder) API in addition to the varargs based approach.
(haven't looked in the Spring MVC usage pattern yet).
For example, instead of
maybe sth like
Just a minor enhancement but would probably better align the paradigms. Nothing serious ;-)
The text was updated successfully, but these errors were encountered: