All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.siren4j.siren4j.1.1.1.source-code.examplejson.txt Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 2.1.0
Show newest version


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