The current subresource is a simple string within the request structure.
It should actually be a dictionnary, since a subresource in HTTP terms is a query-string parameter, and we might want to use an "add" method for one parameter of this query-string instead of a "set" method for the whole query-string.
The current subresource is a simple string within the request structure. It should actually be a dictionnary, since a subresource in HTTP terms is a query-string parameter, and we might want to use an "add" method for one parameter of this query-string instead of a "set" method for the whole query-string.