Skip to content

dtackett/boiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

mvn jetty:run

mvn integration-test



-----
#Goals

    "application/scheme+json"

    "application/example+json" : {
      "type" : "object",
      "properties" : {
        "id": { "type": "number" },
        "title": { "type" : "string"},
        "note" : { "type" : "string"}
      }
    }


###Root

    {
      links : [
        {
          rel: "examples",
          href: "/rest/example",
          contentType: "application/example+json"
        }, {
          rel: "users",
          href: "/rest/users",
          contentType: "application/user+json"
        }
      ]
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published