Hi.
The standard format for accessing a single object is:
<name>/<id> (Ex: users/4)
but as always Microsoft, for the service in question, chose another format:
<name>('<id>') (Ex: users('4'))
So, what is the best way to change only the format for the construction of the URL?
Thx
Cumpà