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:
committed by
Markus Mäkelä
parent
ac7ec04af1
commit
50eafe19fe
@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user