Skip to content

0.19.1

Compare
Choose a tag to compare
@wodrobina wodrobina released this 14 Feb 10:15
· 5 commits to master since this release
e16f028

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(),
)