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: Bynder/Sdk/Service/Asset/IAssetService.cs
+9
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,15 @@ public interface IAssetService
82
82
/// <exception cref="HttpRequestException">Can be thrown when requests to server can't be completed or HTTP code returned by server is an error</exception>
/// Gets a list of media using query information including the individual counts. The media information is not complete, for example
87
+
/// media items for media returned are not present. For that client needs to call <see cref="RequestMediaInfoAsync(string)"/>
88
+
/// </summary>
89
+
/// <param name="query">information to correctly filter/paginate media list</param>
90
+
/// <returns>Task with List of media.</returns>
91
+
/// <exception cref="HttpRequestException">Can be thrown when requests to server can't be completed or HTTP code returned by server is an error</exception>
0 commit comments