0.19.1
Thanks to @philipowen, it is now possible to use beneathPath()
for defining paths in a shorter way.
Example usage:
responseFields(
beneathPath("_links").withSubsectionId("beneath-links"),
fieldWithPath("self").description("self link"),
fieldWithPath("self.href").description("self link href"),
subsectionWithPath("multiple").ignored(),
)