Skip to content

Commit

Permalink
Issue159-Fixed build error regarding interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbaszler authored and mfilippov committed Nov 2, 2022
1 parent 0733205 commit df6c47f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/VimeoDotNet/IVimeoClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,9 @@ Task<Paginated<Video>> GetVideoByTag(string tag, int? page = null,
/// </summary>
/// <param name="userId">User ID</param>
/// <param name="name">Name</param>
/// <param name="parentFolderUri">Parent Folder URI</param>
/// <returns>Tag</returns>
Task<Folder> CreateVideoFolder(UserId userId, string name);
Task<Folder> CreateVideoFolder(UserId userId, string name, string parentFolderUri = null);

/// <summary>
/// Get all folders by UserId and query and page parameters asynchronously
Expand Down

0 comments on commit df6c47f

Please sign in to comment.