{"id":32168081,"url":"https://github.com/lilfaf/vimeo.ex","last_synced_at":"2026-02-20T00:31:55.705Z","repository":{"id":62430726,"uuid":"43851400","full_name":"lilfaf/vimeo.ex","owner":"lilfaf","description":"Vimeo API v3 client for Elixir","archived":false,"fork":false,"pushed_at":"2020-06-24T20:44:30.000Z","size":770,"stargazers_count":7,"open_issues_count":3,"forks_count":7,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-21T20:13:30.758Z","etag":null,"topics":["elixir-library","hex","vimeo","vimeo-api"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/vimeo","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lilfaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-07T23:49:39.000Z","updated_at":"2024-06-05T04:31:46.000Z","dependencies_parsed_at":"2022-11-01T20:21:35.851Z","dependency_job_id":null,"html_url":"https://github.com/lilfaf/vimeo.ex","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lilfaf/vimeo.ex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilfaf%2Fvimeo.ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilfaf%2Fvimeo.ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilfaf%2Fvimeo.ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilfaf%2Fvimeo.ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lilfaf","download_url":"https://codeload.github.com/lilfaf/vimeo.ex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilfaf%2Fvimeo.ex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["elixir-library","hex","vimeo","vimeo-api"],"created_at":"2025-10-21T15:44:22.558Z","updated_at":"2026-02-20T00:31:55.699Z","avatar_url":"https://github.com/lilfaf.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vimeo.ex\n\n[![Build Status](https://travis-ci.org/seshook/vimeo.ex.svg)](https://travis-ci.org/seshook/vimeo.ex)\n[![Coverage Status](https://coveralls.io/repos/seshook/vimeo.ex/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/seshook/vimeo.ex?branch=master)\n[![Documentation Status](https://inch-ci.org/github/lilfaf/vimeo.ex.svg?branch=master)](https://inch-ci.org/github/lilfaf/vimeo.ex)\n\n#### [Read the docs](https://hexdocs.pm/vimeo)\n\n## Usage\n\n### Installation\n\nAdd the following to your `mix.exs`\n\n````elixir\n\ndef application do\n  [mod: {VimeoExample, []}, applications: [:vimeo]]\nend\n\ndefp deps do\n  [{:vimeo, \"~\u003e 0.0.2\"}]\nend\n\n````\n\n### Configuration\n\nVimeo client will first look for application variables, then environment variables. This is useful if you want to set application variables locally and environment variables in production. That being said, I recommend using [Dotenv](https://github.com/avdi/dotenv_elixir) locally.\n\n`config/dev.exs`\n````elixir\nconfig :vimeo,\n  client_id: \"YOUR_CLIENT_ID\",\n  client_secret: \"YOUR_CLIENT_SECRET\",\n  access_token: \"YOUR_ACCESS_TOKEN\"\n````\n\n`.env`\n````bash\nVIMEO_CLIENT_ID=YOUR_CLIENT_ID\nVIMEO_CLIENT_SECRET=YOUR_CLIENT_SECRET\nVIMEO_ACCESS_TOKEN=YOUR_ACCESS_TOKEN\n````\n\nYou can also configure these programatically at runtime if you wish:\n````elixir\niex\u003e Vimeo.configure(\"YOUR_CLIENT_ID\", \"YOUR_CLIENT_SECRET\", \"YOUR_ACCESS_TOKEN\")\niex\u003e Vimeo.token(\"YOUR_ACCESS_TOKEN\")\n````\n\n### Usage\n\n````elixir\niex\u003e Vimeo.Me.info\n%Elixtagram.Resources.User{...}\n````\n\nAll of the available methods and the ways to call them are [in the docs](https://hexdocs.pm/vimeo)\n\n## TODO\n\nWork in progress, many things are missing:\n\n* Handle authentication\n* Handle uploads\n* Handle pagination\n* Improve documentation about Vimeo API query params and expected token scope\n\n## License\n\nVimeo.ex is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilfaf%2Fvimeo.ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flilfaf%2Fvimeo.ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilfaf%2Fvimeo.ex/lists"}