Expand parametermap documentation.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d14f750c39
commit
fc210142f5
|
@ -57,6 +57,10 @@ enum class http_method
|
|||
/*!
|
||||
* @brief `std::map` of parameters for %API calls.
|
||||
*
|
||||
* Note that arrays always have to be specified as vectors, even if they have
|
||||
* only 1 element. To send a file, use “<tt>\@file:</tt>” followed by the file
|
||||
* name as value.
|
||||
*
|
||||
* Example:
|
||||
* @code
|
||||
* parametermap parameters
|
||||
|
|
Loading…
Reference in New Issue
Block a user