MXS-1220: Add self links to all resources

A self link to the resource itself provides a convenient way for the
client to request a resource, modify it and call the self link to update
it. This removes some of the burden on the client to keep track of the
resource links by placing these in the resource itself.
This commit is contained in:
Markus Mäkelä
2017-04-21 08:28:35 +03:00
committed by Markus Mäkelä
parent ac7ec04af1
commit 50eafe19fe
8 changed files with 60 additions and 53 deletions

View File

@ -85,6 +85,7 @@ extern const char CN_REQUIRED[];
extern const char CN_RETRY_ON_FAILURE[];
extern const char CN_ROUTER[];
extern const char CN_ROUTER_OPTIONS[];
extern const char CN_SELF[];
extern const char CN_SERVERS[];
extern const char CN_SERVER[];
extern const char CN_SERVICES[];