[doc] transport#request(query) allows strings

This commit is contained in:
Spencer
2016-01-15 13:51:20 -07:00
parent 1881d10e9d
commit 0d25167425

View File

@ -9,7 +9,7 @@
`String` -- The path/endpoint for the request `String` -- The path/endpoint for the request
`query`:: `query`::
`Object` -- The query string params `String|Object` -- The query string params
`ignore`:: `ignore`::
`Number, Number[]` -- HTTP status codes which should not be treated as errors `Number, Number[]` -- HTTP status codes which should not be treated as errors
@ -18,4 +18,4 @@
`Number` -- Milliseconds this request has to complete. The default can be set using the client's `requestTimeout:` config parameter. `Number` -- Milliseconds this request has to complete. The default can be set using the client's `requestTimeout:` config parameter.
`method`:: `method`::
`String` -- The HTTP method to use for this request. All of the API methods have their own default. `String` -- The HTTP method to use for this request. All of the API methods have their own default.