We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86485ab + abb9618 commit e4a0e5eCopy full SHA for e4a0e5e
Contentful.Core/IContentfulClient.cs
@@ -113,7 +113,7 @@ public interface IContentfulClient
113
/// <returns>The response from the API serialized into an <see cref="Asset"/></returns>
114
/// <exception cref="ContentfulException">There was an error when communicating with the Contentful API.</exception>
115
/// <exception cref="ArgumentException">The assetId parameter was null or emtpy.</exception>
116
- Task<Asset> GetAsset(string assetId, string queryString, CancellationToken cancellationToken = default);
+ Task<Asset> GetAsset(string assetId, string queryString = null, CancellationToken cancellationToken = default);
117
118
/// <summary>
119
/// Gets all assets of a space, filtered by an optional <see cref="QueryBuilder{T}"/>.
0 commit comments