{"id":23734374,"url":"https://github.com/fmazzant/vimeoclient","last_synced_at":"2026-02-25T07:30:20.499Z","repository":{"id":103299116,"uuid":"273951946","full_name":"fmazzant/VimeoClient","owner":"fmazzant","description":"VimeoClient library  provides a simple connector to Vimeo REST services.","archived":false,"fork":false,"pushed_at":"2024-05-31T04:58:20.000Z","size":288,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T05:45:26.664Z","etag":null,"topics":["vimeo","vimeo-api","wrapper"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fmazzant.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-21T17:25:05.000Z","updated_at":"2024-05-30T20:50:39.000Z","dependencies_parsed_at":"2024-05-30T23:17:28.797Z","dependency_job_id":"7cd80d07-0981-40f4-9fb8-7d6045141b5c","html_url":"https://github.com/fmazzant/VimeoClient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmazzant%2FVimeoClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmazzant%2FVimeoClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmazzant%2FVimeoClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmazzant%2FVimeoClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmazzant","download_url":"https://codeload.github.com/fmazzant/VimeoClient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239860718,"owners_count":19709090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vimeo","vimeo-api","wrapper"],"created_at":"2024-12-31T05:45:31.567Z","updated_at":"2026-02-25T07:30:20.442Z","avatar_url":"https://github.com/fmazzant.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VimeoClient\n\nVimeoClient is a extendible .NET wrapper for Vimeo API v3.2.\n\nBy Mafe.RestClient library it can be possible to develop a vimeo webapi call.\n\n```c#\nVimeoClient.Vimeo client = new VimeoClient.Vimeo(new VimeoProperties\n{\n    AccessToken = \"MyAccessToken\",\n    ClientSecret = \"MyClientSecret\",\n    ClientId = \"MyClientId\",\n    ValidCertificates = new List\u003cstring\u003e() { \"Vimeo certs\" }\n});\n```\n\nNow, you are using client to call a Vimeo rest methods. You can access to user information\n\n ```c#\nvar user = client.Me.GetTheUser(); //myself\nvar user = client.Users.GetTheUser(userId); //other users\n```\n\nThe library is in temporary status and it is working in progress.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmazzant%2Fvimeoclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmazzant%2Fvimeoclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmazzant%2Fvimeoclient/lists"}