Lines Matching refs:parameters

637 * Updated the `$ref` attribute in service descriptions to merge over any existing parameters of a s…
655 * Fixed a bug that was encountered when parsing empty header parameters
697 * Bug fix: GET parameters are now used when calculating an OAuth signature
712 * Bug fix: Correctly parsing header parameters that are in `<>` and quotes
716 * OAuth parameters are only added via the plugin if they aren't already set
904 * Bug fix: empty parameters are removed from an OAuth signature
919 * Added support for `additionalParameters` in service descriptions to define how custom parameters
931 * Bug fix: OauthPlugin fixes to allow for multi-dimensional array signing, and sorting parameters b…
936 * Added xmlAllowEmpty to serialize an XML body even if no XML specific parameters are set
947 the 'emit_io' key. This was previously set under a request's parameters using 'curl.emit_io'
954 * Added support for additionalProperties for top-level parameters in responseType=model responseCla…
976 * Bug fix: Filters were not always invoked for array service description parameters
1010 * Added `extends` attributes to service description parameters
1031 * Bug: QueryString::fromString now properly parses query string parameters that contain equal signs
1122 * Added the use of visitors to apply parameters to locations in service descriptions using the dyna…
1186 …URL configuration values can be specified in service descriptions using `curl.` prefixed parameters
1253 * Bug: Only appending or prepending parameters in commands if they are specified
1325 * Added the ability to passed parameters to all requests created by a client
1334 * Using an ApiParams object instead of a Collection for parameters of an ApiCommand
1335 * cache.* request parameters should be renamed to params.cache.*