{"id":21493829,"url":"https://github.com/epicstep/go-vimeworld","last_synced_at":"2025-03-17T11:44:18.691Z","repository":{"id":40583770,"uuid":"507176200","full_name":"EpicStep/go-vimeworld","owner":"EpicStep","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-19T19:59:59.000Z","size":26,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T21:31:38.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/EpicStep.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":"2022-06-25T00:24:00.000Z","updated_at":"2023-12-08T13:57:15.000Z","dependencies_parsed_at":"2024-06-21T11:53:31.827Z","dependency_job_id":null,"html_url":"https://github.com/EpicStep/go-vimeworld","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fgo-vimeworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fgo-vimeworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fgo-vimeworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EpicStep%2Fgo-vimeworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EpicStep","download_url":"https://codeload.github.com/EpicStep/go-vimeworld/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244029754,"owners_count":20386478,"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":[],"created_at":"2024-11-23T15:48:03.252Z","updated_at":"2025-03-17T11:44:18.667Z","avatar_url":"https://github.com/EpicStep.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-vimeworld is a client for VimeWorld written in go.\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/EpicStep/go-vimeworld/vimeworld.svg)](https://pkg.go.dev/github.com/EpicStep/go-vimeworld/vimeworld)\n[![tests](https://github.com/EpicStep/go-vimeworld/actions/workflows/tests.yml/badge.svg)](https://github.com/EpicStep/go-vimeworld/actions/workflows/tests.yml)\n[![x](https://github.com/EpicStep/go-vimeworld/actions/workflows/ci.yml/badge.svg)](https://github.com/EpicStep/go-vimeworld/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/EpicStep/go-vimeworld/branch/master/graph/badge.svg?token=IY1T4ZMYZ8)](https://codecov.io/gh/EpicStep/go-vimeworld)\n[![Go Report Card](https://goreportcard.com/badge/github.com/EpicStep/go-vimeworld)](https://goreportcard.com/report/github.com/EpicStep/go-vimeworld)\n\n----\n\n## Installation\n```bash\ngo get github.com/EpicStep/go-vimeworld\n```\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\n\t\"github.com/EpicStep/go-vimeworld/vimeworld\"\n)\n\nfunc main() {\n\tc, err := vimeworld.NewClient(vimeworld.Options{})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tuser, err := c.GetUsersByNames(context.Background(), \"EpicStep\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\n\tif len(user) == 0 {\n\t\tpanic(\"user not found\")\n\t}\n\n\tfmt.Println(user[0])\n}\n```\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicstep%2Fgo-vimeworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicstep%2Fgo-vimeworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicstep%2Fgo-vimeworld/lists"}