Rikki Gibson
|
a1ec5314a1
|
Update package-lock.json
|
2018-05-21 15:51:09 -07:00 |
Rikki Gibson
|
e2f3d2828f
|
fetchHttpClient -> axiosHttpClient
|
2018-05-21 15:51:09 -07:00 |
Rikki Gibson
|
7a7d8fc0e4
|
Use isomorphic-tough-cookie. Allow Content-Type header with missing body.
|
2018-05-21 15:51:09 -07:00 |
Rikki Gibson
|
11896a2ce9
|
Use axios instead of fetch
|
2018-05-21 15:51:09 -07:00 |
Dan Schulte
|
cd33133617
|
Merge pull request #95 from Azure/daschult/serialization
Add serializationPolicy
|
2018-05-21 09:56:17 -07:00 |
Dan Schulte
|
3646d393fb
|
Add simple test for serializationPolicy
|
2018-05-21 09:37:31 -07:00 |
Dan Schulte
|
e7fba2a442
|
Fixed all tests, push serializationPolicy to the end of the default pipeline
|
2018-05-18 15:19:49 -07:00 |
Dan Schulte
|
b7e2197bbc
|
Working on adding serializationPolicy
|
2018-05-18 11:28:33 -07:00 |
Dan Schulte
|
59d03f8db4
|
Merge branch 'master' into daschult/serialization
|
2018-05-17 14:07:31 -07:00 |
Dan Schulte
|
c4dd6f3211
|
Merge pull request #93 from Azure/daschult/DevScripts
Add dev scripts
|
2018-05-17 10:17:31 -07:00 |
Dan Schulte
|
ed699232f9
|
Update dependencies.js to indicate path to package.json being modified
|
2018-05-17 10:13:57 -07:00 |
Dan Schulte
|
d0800f5dd6
|
Remove unused dev script functions
|
2018-05-17 10:08:22 -07:00 |
Dan Schulte
|
0aa2b6b323
|
Add dev scripts
|
2018-05-17 10:06:12 -07:00 |
Rikki Gibson
|
a6b06917bf
|
Merge pull request #92 from RikkiGibson/AddExports
Export HttpHeaders and RequestPolicyCreator
|
2018-05-17 10:05:38 -07:00 |
Rikki Gibson
|
d896ed7494
|
Export HttpHeaders and RequestPolicyCreator
|
2018-05-16 16:35:34 -07:00 |
Dan Schulte
|
e761b27252
|
Merge branch 'master' into daschult/serialization
|
2018-05-16 14:47:41 -07:00 |
Dan Schulte
|
f780228506
|
Add SerializationPolicy
|
2018-05-16 14:47:17 -07:00 |
Rikki Gibson
|
2568dfec1c
|
Merge pull request #91 from Azure/CD2
Explicitly unignore dist and typings when packing
|
2018-05-16 14:24:06 -07:00 |
Rikki Gibson
|
b572bdadb7
|
Explicitly unignore dist and typings when packing
|
2018-05-16 14:18:42 -07:00 |
Rikki Gibson
|
6c654a1671
|
Merge pull request #90 from Azure/ContinuousDelivery
Add publish scripts
|
2018-05-16 13:27:54 -07:00 |
Rikki Gibson
|
76131a1848
|
Add publish scripts
|
2018-05-16 12:36:03 -07:00 |
Rikki Gibson
|
f614aefbee
|
Merge pull request #84 from RikkiGibson/HttpClient
Don't expose fetch types in HttpOperationResponse
|
2018-05-15 14:04:37 -07:00 |
Rikki Gibson
|
64b95edfbb
|
Fix browser FormData test
|
2018-05-15 13:43:52 -07:00 |
Rikki Gibson
|
454ab53fc7
|
.blob() must remain bound to the containing object
|
2018-05-15 13:43:52 -07:00 |
Rikki Gibson
|
ea57c422c0
|
Don't expose fetch types in HttpOperationResponse
|
2018-05-15 13:43:52 -07:00 |
Dan Schulte
|
9a15679789
|
Merge pull request #86 from Azure/daschult/HttpMethodOperationSpec
Add OperationSpec with HttpMethod property
|
2018-05-15 12:32:53 -07:00 |
Dan Schulte
|
9044297181
|
Add sendOperationRequest() and remove OperationSpec from sendRequest()
|
2018-05-15 12:16:02 -07:00 |
Dan Schulte
|
3fd5f366ce
|
Remove Azure from comment
|
2018-05-15 10:37:02 -07:00 |
Dan Schulte
|
5dcd202676
|
Add comment to ServiceClient.sendRequest()
|
2018-05-15 10:02:47 -07:00 |
Dan Schulte
|
ffe9d7f5f9
|
Add OperationSpec with HttpMethod property
|
2018-05-15 10:00:43 -07:00 |
Dan Schulte
|
4daf131feb
|
Merge pull request #85 from Azure/daschult/FixSubstitution
Make substitution happen across entire URLBuilder, not just individua…
|
2018-05-14 13:33:39 -07:00 |
Dan Schulte
|
11fb4045cd
|
Make substitution happen across entire URLBuilder, not just individual components
|
2018-05-14 13:31:05 -07:00 |
Dan Schulte
|
11b713bd7c
|
Merge pull request #83 from Azure/daschult/Substitutions
Add the ability to read, modify, and substitute URL queries
|
2018-05-14 09:35:12 -07:00 |
Dan Schulte
|
eb4f9a84b1
|
URLQuery now supports empty parameter values
|
2018-05-14 09:20:39 -07:00 |
Dan Schulte
|
cf7b25464a
|
Add the ability to read, modify, and substitute URL queries
|
2018-05-11 15:35:15 -07:00 |
Dan Schulte
|
0182b97925
|
Merge pull request #82 from Azure/daschult/URL
Add and URLBuilder and tests
|
2018-05-11 13:04:11 -07:00 |
Dan Schulte
|
7f4422dd17
|
Make URL enums constant
|
2018-05-11 12:38:05 -07:00 |
Dan Schulte
|
e4630454db
|
Merge branch 'master' into daschult/URL
|
2018-05-11 12:30:01 -07:00 |
Dan Schulte
|
028ed577d6
|
Add and URLBuilder and tests
|
2018-05-11 11:59:23 -07:00 |
Rikki Gibson
|
b421f944c0
|
Merge pull request #81 from RikkiGibson/TestConfig
Reorganize tests
|
2018-05-10 20:41:07 -07:00 |
Rikki Gibson
|
975e5f1ec3
|
Don't check isNode in userAgentFilterTests.node.ts
|
2018-05-10 15:56:45 -07:00 |
Rikki Gibson
|
e0770d8020
|
Don't spawn subprocess in mocha before()
|
2018-05-10 15:51:13 -07:00 |
Rikki Gibson
|
13d95979b1
|
Reorganize tests
|
2018-05-10 15:02:00 -07:00 |
Dan Schulte
|
64e0b016a3
|
Merge pull request #80 from Azure/daschult/0.5.0
Update mocha dependency, update version number to 0.5.0
|
2018-05-08 10:18:13 -07:00 |
Dan Schulte
|
266d23b8f6
|
Update mocha dependency, update version number to 0.5.0
|
2018-05-08 09:58:55 -07:00 |
Dan Schulte
|
328a081877
|
Merge pull request #79 from Azure/daschult/RemovePipeline
Remove ServiceClient.pipeline() in favor of ServiceClient.sendRequest()
|
2018-05-07 14:32:34 -07:00 |
Dan Schulte
|
a839efebec
|
Remove ServiceClient.pipeline() in favor of ServiceClient.sendRequest()
|
2018-05-07 14:20:10 -07:00 |
Dan Schulte
|
32ecf587e6
|
Merge pull request #78 from Azure/daschult/BuildSamples
Build TypeScript files in samples folder
|
2018-05-07 13:39:21 -07:00 |
Dan Schulte
|
ae4bedf52d
|
Build TypeScript files in samples folder
|
2018-05-07 13:35:49 -07:00 |
Dan Schulte
|
4adc145a85
|
Merge pull request #77 from Azure/storage
Update samples
|
2018-05-07 10:57:51 -07:00 |