Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
title JSON
linenumberstrue
{
    "_links": {
        "projekti": {
            "href": "http://www.croris.hr/projekti-api/projekt?pageNumber=1&pageSize=15"
        },
		"projekt": {
            "href": "http://localhost:9866/projekti-api/projekt/{projektId}"
        },
        "dokumentacija": {
            "href": "https://wiki.srce.hr/display/CRORIS/Projekti+API"
        },
        "self": {
            "href": "https://www.croris.hr/projekti-api/"
        }
    }
} 

...