You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csharp/sdk/src/software.amzn.spapi/Api.feeds.v2021_06_30/FeedsApi.cs
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,9 @@ public interface IFeedsApi : IApiAccessor
117
117
/// </remarks>
118
118
/// <exception cref="software.amzn.spapi.Client.ApiException">Thrown when fails to make API call</exception>
119
119
/// <param name="feedDocumentId">The identifier of the feed document.</param>
120
+
/// <param name="enableContentEncodingUrlHeader">When `true`, the Content-Encoding header on the returned URL is set to `gzip` instead of the default `identity` when `compressionAlgorithm` is `GZIP`. This allows automatic decompression by HTTP clients. (optional)</param>
@@ -128,8 +129,9 @@ public interface IFeedsApi : IApiAccessor
128
129
/// </remarks>
129
130
/// <exception cref="software.amzn.spapi.Client.ApiException">Thrown when fails to make API call</exception>
130
131
/// <param name="feedDocumentId">The identifier of the feed document.</param>
132
+
/// <param name="enableContentEncodingUrlHeader">When `true`, the Content-Encoding header on the returned URL is set to `gzip` instead of the default `identity` when `compressionAlgorithm` is `GZIP`. This allows automatic decompression by HTTP clients. (optional)</param>
131
133
/// <returns>ApiResponse of FeedDocument</returns>
@@ -257,8 +259,9 @@ public interface IFeedsApi : IApiAccessor
257
259
/// </remarks>
258
260
/// <exception cref="software.amzn.spapi.Client.ApiException">Thrown when fails to make API call</exception>
259
261
/// <param name="feedDocumentId">The identifier of the feed document.</param>
262
+
/// <param name="enableContentEncodingUrlHeader">When `true`, the Content-Encoding header on the returned URL is set to `gzip` instead of the default `identity` when `compressionAlgorithm` is `GZIP`. This allows automatic decompression by HTTP clients. (optional)</param>
@@ -268,8 +271,9 @@ public interface IFeedsApi : IApiAccessor
268
271
/// </remarks>
269
272
/// <exception cref="software.amzn.spapi.Client.ApiException">Thrown when fails to make API call</exception>
270
273
/// <param name="feedDocumentId">The identifier of the feed document.</param>
274
+
/// <param name="enableContentEncodingUrlHeader">When `true`, the Content-Encoding header on the returned URL is set to `gzip` instead of the default `identity` when `compressionAlgorithm` is `GZIP`. This allows automatic decompression by HTTP clients. (optional)</param>
271
275
/// <returns>Task of ApiResponse (FeedDocument)</returns>
@@ -943,10 +947,11 @@ public async System.Threading.Tasks.Task<ApiResponse<Feed>> GetFeedAsyncWithHttp
943
947
/// </summary>
944
948
/// <exception cref="software.amzn.spapi.Client.ApiException">Thrown when fails to make API call</exception>
945
949
/// <param name="feedDocumentId">The identifier of the feed document.</param>
950
+
/// <param name="enableContentEncodingUrlHeader">When `true`, the Content-Encoding header on the returned URL is set to `gzip` instead of the default `identity` when `compressionAlgorithm` is `GZIP`. This allows automatic decompression by HTTP clients. (optional)</param>
@@ -955,8 +960,9 @@ public FeedDocument GetFeedDocument (string feedDocumentId)
955
960
/// </summary>
956
961
/// <exception cref="software.amzn.spapi.Client.ApiException">Thrown when fails to make API call</exception>
957
962
/// <param name="feedDocumentId">The identifier of the feed document.</param>
963
+
/// <param name="enableContentEncodingUrlHeader">When `true`, the Content-Encoding header on the returned URL is set to `gzip` instead of the default `identity` when `compressionAlgorithm` is `GZIP`. This allows automatic decompression by HTTP clients. (optional)</param>
958
964
/// <returns>ApiResponse of FeedDocument</returns>
/// <exception cref="software.amzn.spapi.Client.ApiException">Thrown when fails to make API call</exception>
1009
1016
/// <param name="feedDocumentId">The identifier of the feed document.</param>
1017
+
/// <param name="enableContentEncodingUrlHeader">When `true`, the Content-Encoding header on the returned URL is set to `gzip` instead of the default `identity` when `compressionAlgorithm` is `GZIP`. This allows automatic decompression by HTTP clients. (optional)</param>
@@ -1020,8 +1028,9 @@ public async System.Threading.Tasks.Task<FeedDocument> GetFeedDocumentAsync (str
1020
1028
/// </summary>
1021
1029
/// <exception cref="software.amzn.spapi.Client.ApiException">Thrown when fails to make API call</exception>
1022
1030
/// <param name="feedDocumentId">The identifier of the feed document.</param>
1031
+
/// <param name="enableContentEncodingUrlHeader">When `true`, the Content-Encoding header on the returned URL is set to `gzip` instead of the default `identity` when `compressionAlgorithm` is `GZIP`. This allows automatic decompression by HTTP clients. (optional)</param>
1023
1032
/// <returns>Task of ApiResponse (FeedDocument)</returns>
0 commit comments