ractise.halbuilder-guava.4.0.1.source-code.exampleWithSubresourceLinkingToItself.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of halbuilder-guava Show documentation
Show all versions of halbuilder-guava Show documentation
Google Guava Extensions to the HalBuilder Library
{
"_links" : {
"curies" : [ {
"href" : "https://example.com/apidocs/ns/{rel}",
"name" : "ns",
"templated" : true
}, {
"href" : "https://example.com/apidocs/role/{rel}",
"name" : "role",
"templated" : true
} ],
"self" : {
"href" : "https://example.com/api/customer/123456"
},
"ns:parent" : {
"href" : "https://example.com/api/customer/1234",
"name" : "bob",
"title" : "The Parent",
"hreflang" : "en"
},
"ns:users" : {
"href" : "https://example.com/api/customer/123456?users"
}
},
"_embedded" : {
"ns:user" : {
"_links" : {
"self" : {
"href" : "https://example.com/user/11"
},
"role:admin" : {
"href" : "https://example.com/user/11"
}
},
"age" : 32,
"expired" : false,
"id" : 11,
"name" : "Example User",
"optional" : true
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy