mP1 / walkingkooka-net-http-server-hateos

Hateos server framework
Apache License 2.0
0 stars 3 forks source link

HateosResourceMappingRouterHttpHandler should output hyperlinks for resource #146

Open mP1 opened 4 months ago

mP1 commented 4 months ago

HateosResourceMappingRouterHttpHandler

{
   type: type/class-name-here
   value: JSON
   links: [
      {
         method: GET
         url: https://example.com/resource-name/{id}
         relation: SELF
      }
   ]
}

Level 3 is where the uniform interface comes in, which is why this level is considered the most mature and truly “The Glory of REST”

mP1 commented 4 months ago

need to enable HateosResourceMappingJsonNodeMarshallContextObjectPostProcessor