e.siren4j.siren4j.1.1.1.source-code.examplejson.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of siren4j Show documentation
Show all versions of siren4j Show documentation
This is a java library to help with the creation and use of Hypermedia entities as specified by the Siren hypermedia specification. See https://github.com/kevinswiber/siren for more detail on the specification.
Collections:
========================================
Collection:
---------------------------------
{
"class": ["collectionName", "collection"],
"rel": ["collection"],
"entities": [
{
"rel": ["collectionEntry"],
"properties": {
"index": 0,
"value": "something"
}
}
]
}
Map:
-----------------------------------
{
"class": ["mapName", "map"],
"rel": ["map"],
"entities": [
{
"rel": ["mapEntry"],
"properties": {
"key": "somekey",
"value": "something"
}
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy