ractise.halbuilder-test-resources.3.0.2.source-code.example.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of halbuilder-test-resources
Show all versions of halbuilder-test-resources
Reusable test representations for the HAL XML/JSON REST format.
<resource xmlns:ns="https://example.com/apidocs/ns/{rel}" xmlns:role="https://example.com/apidocs/role/{rel}" href="https://example.com/api/customer/123456"> <link rel="ns:parent" href="https://example.com/api/customer/1234" name="bob" title="The Parent" hreflang="en" /> <link rel="ns:users" href="https://example.com/api/customer/123456?users" /> <age>33</age> <expired>false</expired> <id>123456</id> <name>Example Resource</name> <optional>true</optional> </resource>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy