Граф коммитов

360 Коммитов

Автор SHA1 Сообщение Дата
Rikki Gibson 324f200ab0 Fix bug and add tests 2018-07-16 09:06:43 -07:00
Rikki Gibson bd56bbea31 Fix linter errors 2018-07-13 18:46:01 -07:00
Rikki Gibson f88b06c853 Add responseToBody method 2018-07-13 18:34:15 -07:00
Dan Schulte e9264bf45d
Merge pull request #171 from Azure/daschult/clientproperties
Get client properties from ServiceClient instead of OperationArguments
2018-07-11 11:07:32 -07:00
Dan Schulte 701b559649 Reset main property in package.json 2018-07-11 10:43:23 -07:00
Dan Schulte 971617eece Get client properties from ServiceClient instead of OperationArguments 2018-07-11 10:42:51 -07:00
Rikki Gibson 32c272da56
Merge pull request #170 from RikkiGibson/XmlHeaders
Fall back to serializedName when deserializing property in XML mode
2018-07-10 12:38:55 -07:00
Rikki Gibson 090a2093aa Fall back to serializedName when deserializing property in XML mode 2018-07-10 12:16:51 -07:00
Dan Schulte ee2732038c
Merge pull request #166 from Azure/daschult/jsdoc
Restructure some of documentation comments
2018-07-09 15:37:46 -07:00
Dan Schulte 46645f4223 Fix RequestPrepareOptions.body documentation comment 2018-07-09 15:31:33 -07:00
Dan Schulte 6898d391c4 Add documentation comment to TokenCredentials. 2018-07-09 15:27:11 -07:00
Dan Schulte bcb3485947 Restructure some of documentation comments 2018-07-09 14:26:56 -07:00
Dan Schulte e04821facc
Merge pull request #165 from Azure/daschult/xmlStreamBodies
Fix bug where we were stringifying XML stream request bodies
2018-07-09 13:39:29 -07:00
Dan Schulte cd42407fbc Extract common isStream expression to variable 2018-07-09 13:34:46 -07:00
Dan Schulte d3d1e89a2b Fix tests 2018-07-09 13:32:30 -07:00
Dan Schulte d22849a6fd Fix bug where we were stringifying XML stream request bodies 2018-07-09 13:22:39 -07:00
Rikki Gibson 8748897cef
Merge pull request #164 from Azure/Xhr-Cors
Allow withCredentials: true
2018-07-09 11:47:38 -07:00
Rikki Gibson 0ace3050d7 Link to mdn docs for withCredentials 2018-07-09 11:20:23 -07:00
Rikki Gibson a16d3dd725 Add test to ServiceClient 2018-07-09 11:20:23 -07:00
Rikki Gibson 3739084a17 Bump to v0.15.x 2018-07-09 11:19:09 -07:00
Rikki Gibson af0d5c7045 Use withCredentials flag instead of requestInit 2018-07-09 11:19:09 -07:00
Gneev Roland aa3a31f175 Test actualization 2018-07-09 11:19:09 -07:00
Gneev Roland 98107b1ebd withCredentials option in WebResource 2018-07-09 11:19:09 -07:00
Gneev Roland 07aa96612b Revert whitespace changes 2018-07-09 11:18:20 -07:00
Gneev Roland ae27a80687 Added withCredentials in xhrHttpClient 2018-07-09 11:18:20 -07:00
Rikki Gibson c072b42420
Merge pull request #159 from RikkiGibson/x-nullable
Support x-nullable
2018-07-09 11:17:48 -07:00
Rikki Gibson 9dd3c6e339
Merge pull request #158 from RikkiGibson/AbortSignalLike
Avoid use of AbortSignal in public APIs
2018-07-09 11:15:47 -07:00
Rikki Gibson e157d57294
Merge pull request #163 from R0nd/QueryParam-CollectionMulti
Added support for array-typed query parameters with collectionFormat:multi
2018-07-09 11:15:30 -07:00
Rikki Gibson 49bbffff76
Use string[] instead of Array<any> 2018-07-09 10:59:15 -07:00
Gneev Roland 2299cf9d67 Post-review fixes 2018-07-06 13:51:05 +03:00
Gneev Roland b8e23f6fb2 Fixed types 2018-07-04 16:02:30 +03:00
Gneev Roland 7cc550e780 Added support for array-typed query parameters with collectionFormat:multi 2018-07-04 15:34:53 +03:00
Rikki Gibson 13da6db58b Support x-nullable 2018-06-28 12:17:31 -07:00
Rikki Gibson baa61f1e28 Avoid use of AbortSignal in public APIs 2018-06-27 16:00:00 -07:00
Dan Schulte 3653987335
Merge pull request #154 from Azure/daschult/readme
Add an architecture overview to the readme file
2018-06-27 11:16:04 -07:00
Dan Schulte ff4a56c750 Move architectureOverview to docs folder 2018-06-27 11:11:29 -07:00
Dan Schulte 08108e16d8 Add an architecture overview to the readme file 2018-06-27 10:48:14 -07:00
Dan Schulte 2d7530312b
Merge pull request #153 from Azure/daschult/MoveOperationSpecs
Make OperationSpec.baseUrl an optional property for moving OperationSpecs into module/file scope
2018-06-26 14:06:51 -07:00
Dan Schulte 8be6cd370d Make baseUri an optional parameter on ServiceClient 2018-06-26 14:00:36 -07:00
Dan Schulte d422cf7e63 Make OperationSpec.baseUrl an optional property for moving OperationSpecs into module/file scope 2018-06-26 13:47:00 -07:00
Dan Schulte 5547c64b45
Merge pull request #151 from Azure/daschult/MoveSerialization
Move request body serialization into ServiceClient.sendOperationRequest()
2018-06-25 15:59:00 -07:00
Dan Schulte 9f4fa72ab4 Fix main property in package.json 2018-06-25 15:55:03 -07:00
Dan Schulte f19a1755d5 Move request body serialization into ServiceClient.sendOperationRequest() 2018-06-25 15:51:07 -07:00
Rikki Gibson e4d9ebcb06
Merge pull request #150 from RikkiGibson/OperationHeaderContentType
Allow operation headers and custom headers to override contentType
2018-06-25 15:19:32 -07:00
Rikki Gibson 708885e197 Allow operation headers and custom headers to override contentType 2018-06-25 15:11:25 -07:00
Dan Schulte 5447985a2b
Merge pull request #149 from Azure/daschult/deserializeSuccessResponses
Move successful response deserialization to runtime
2018-06-25 14:55:59 -07:00
Dan Schulte b36d99cdac Fix indentation 2018-06-25 14:48:41 -07:00
Dan Schulte 4acf583487 Move successful response deserialization to runtime 2018-06-25 14:45:39 -07:00
Rikki Gibson ee6aa00ac1
Merge pull request #148 from RikkiGibson/XhrHttpClient
Use XhrHttpClient in browser
2018-06-25 11:11:18 -07:00
Dan Schulte 33f3fe97f5 Move header deserialization to runtime 2018-06-25 10:02:05 -07:00