@@ -7056,7 +7056,7 @@ Type | Description
7056
7056
#### Method `GetAsync <T >(IRestClient , IRestRequest , CancellationToken )`
7057
7057
7058
7058
Execute the request using GET HTTP method . Exception will be thrown if the request does not succeed .
7059
- The response data is deserialzied to the Data property of the returned response object .
7059
+ The response data is deserialized to the Data property of the returned response object .
7060
7060
7061
7061
##### Syntax
7062
7062
```csharp
@@ -7084,7 +7084,7 @@ Type | Description
7084
7084
#### Method `PostAsync <T >(IRestClient , IRestRequest , CancellationToken )`
7085
7085
7086
7086
Execute the request using POST HTTP method . Exception will be thrown if the request does not succeed .
7087
- The response data is deserialzied to the Data property of the returned response object .
7087
+ The response data is deserialized to the Data property of the returned response object .
7088
7088
7089
7089
##### Syntax
7090
7090
```csharp
@@ -7112,7 +7112,7 @@ Type | Description
7112
7112
#### Method `PutAsync <T >(IRestClient , IRestRequest , CancellationToken )`
7113
7113
7114
7114
Execute the request using PUT HTTP method . Exception will be thrown if the request does not succeed .
7115
- The response data is deserialzied to the Data property of the returned response object .
7115
+ The response data is deserialized to the Data property of the returned response object .
7116
7116
7117
7117
##### Syntax
7118
7118
```csharp
@@ -7140,7 +7140,7 @@ Type | Description
7140
7140
#### Method `HeadAsync <T >(IRestClient , IRestRequest , CancellationToken )`
7141
7141
7142
7142
Execute the request using HEAD HTTP method . Exception will be thrown if the request does not succeed .
7143
- The response data is deserialzied to the Data property of the returned response object .
7143
+ The response data is deserialized to the Data property of the returned response object .
7144
7144
7145
7145
##### Syntax
7146
7146
```csharp
@@ -7168,7 +7168,7 @@ Type | Description
7168
7168
#### Method `OptionsAsync <T >(IRestClient , IRestRequest , CancellationToken )`
7169
7169
7170
7170
Execute the request using OPTIONS HTTP method . Exception will be thrown if the request does not succeed .
7171
- The response data is deserialzied to the Data property of the returned response object .
7171
+ The response data is deserialized to the Data property of the returned response object .
7172
7172
7173
7173
##### Syntax
7174
7174
```csharp
@@ -7196,7 +7196,7 @@ Type | Description
7196
7196
#### Method `PatchAsync <T >(IRestClient , IRestRequest , CancellationToken )`
7197
7197
7198
7198
Execute the request using PATCH HTTP method . Exception will be thrown if the request does not succeed .
7199
- The response data is deserialzied to the Data property of the returned response object .
7199
+ The response data is deserialized to the Data property of the returned response object .
7200
7200
7201
7201
##### Syntax
7202
7202
```csharp
@@ -7224,7 +7224,7 @@ Type | Description
7224
7224
#### Method `DeleteAsync <T >(IRestClient , IRestRequest , CancellationToken )`
7225
7225
7226
7226
Execute the request using DELETE HTTP method . Exception will be thrown if the request does not succeed .
7227
- The response data is deserialzied to the Data property of the returned response object .
7227
+ The response data is deserialized to the Data property of the returned response object .
7228
7228
7229
7229
##### Syntax
7230
7230
```csharp
@@ -7252,7 +7252,7 @@ Type | Description
7252
7252
#### Method `Get <T >(IRestClient , IRestRequest )`
7253
7253
7254
7254
Execute the request using GET HTTP method .
7255
- The response data is deserialzied to the Data property of the returned response object .
7255
+ The response data is deserialized to the Data property of the returned response object .
7256
7256
7257
7257
##### Syntax
7258
7258
```csharp
@@ -7279,7 +7279,7 @@ Type | Description
7279
7279
#### Method `Post <T >(IRestClient , IRestRequest )`
7280
7280
7281
7281
Execute the request using POST HTTP method .
7282
- The response data is deserialzied to the Data property of the returned response object .
7282
+ The response data is deserialized to the Data property of the returned response object .
7283
7283
7284
7284
##### Syntax
7285
7285
```csharp
@@ -7306,7 +7306,7 @@ Type | Description
7306
7306
#### Method `Put <T >(IRestClient , IRestRequest )`
7307
7307
7308
7308
Execute the request using PUT HTTP method .
7309
- The response data is deserialzied to the Data property of the returned response object .
7309
+ The response data is deserialized to the Data property of the returned response object .
7310
7310
7311
7311
##### Syntax
7312
7312
```csharp
@@ -7333,7 +7333,7 @@ Type | Description
7333
7333
#### Method `Head <T >(IRestClient , IRestRequest )`
7334
7334
7335
7335
Execute the request using HEAD HTTP method .
7336
- The response data is deserialzied to the Data property of the returned response object .
7336
+ The response data is deserialized to the Data property of the returned response object .
7337
7337
7338
7338
##### Syntax
7339
7339
```csharp
@@ -7360,7 +7360,7 @@ Type | Description
7360
7360
#### Method `Options <T >(IRestClient , IRestRequest )`
7361
7361
7362
7362
Execute the request using OPTIONS HTTP method .
7363
- The response data is deserialzied to the Data property of the returned response object .
7363
+ The response data is deserialized to the Data property of the returned response object .
7364
7364
7365
7365
##### Syntax
7366
7366
```csharp
@@ -7387,7 +7387,7 @@ Type | Description
7387
7387
#### Method `Patch <T >(IRestClient , IRestRequest )`
7388
7388
7389
7389
Execute the request using PATCH HTTP method .
7390
- The response data is deserialzied to the Data property of the returned response object .
7390
+ The response data is deserialized to the Data property of the returned response object .
7391
7391
7392
7392
##### Syntax
7393
7393
```csharp
@@ -7414,7 +7414,7 @@ Type | Description
7414
7414
#### Method `Delete <T >(IRestClient , IRestRequest )`
7415
7415
7416
7416
Execute the request using DELETE HTTP method .
7417
- The response data is deserialzied to the Data property of the returned response object .
7417
+ The response data is deserialized to the Data property of the returned response object .
7418
7418
7419
7419
##### Syntax
7420
7420
```csharp
0 commit comments