mfilippov / vimeo-dot-net

A .NET wrapper for Vimeo API v3.0
MIT License
98 stars 88 forks source link

GetUserFolders is always using /me/ #176

Open guillaumejay opened 1 year ago

guillaumejay commented 1 year ago

Since the endpoint for GetUserFolders is contrcuter from Endpoints.GetCurrentUserEndPoint, the userId parameter is not used.

I'm going to fix that, add a test (for what it's worth), and add a GetUserRootFolders function.