Droplet icon indicating copy to clipboard operation
Droplet copied to clipboard

Rework request subresource API

Open Joacchim opened this issue 10 years ago • 0 comments

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.

Joacchim avatar Jan 08 '15 11:01 Joacchim