{"id":19521609,"url":"https://github.com/levkopo/vvk","last_synced_at":"2025-02-26T00:27:26.228Z","repository":{"id":144573335,"uuid":"391119497","full_name":"levkopo/vvk","owner":"levkopo","description":"Library for using vk.com api in V Language","archived":false,"fork":false,"pushed_at":"2021-07-30T17:49:24.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T13:55:32.892Z","etag":null,"topics":["v","vk","vk-api","vlang","vlang-module"],"latest_commit_sha":null,"homepage":"","language":"V","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/levkopo.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":"2021-07-30T15:57:09.000Z","updated_at":"2023-11-23T12:00:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ad1ef3e-a1d4-4a7f-bdcc-e261c5843965","html_url":"https://github.com/levkopo/vvk","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/levkopo%2Fvvk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levkopo%2Fvvk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levkopo%2Fvvk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levkopo%2Fvvk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levkopo","download_url":"https://codeload.github.com/levkopo/vvk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240770269,"owners_count":19854809,"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":["v","vk","vk-api","vlang","vlang-module"],"created_at":"2024-11-11T00:33:36.660Z","updated_at":"2025-02-26T00:27:26.158Z","avatar_url":"https://github.com/levkopo.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vVk\nLibrary for using [vk.com](https://vk.com) api in V Language\n\n# Example\n```v\nimport levkopo.vvk\n\nfn main() {\n  vk := vvk.VK {\n    token: '\u003cyour token\u003e'\n  }\n\n  // Get my profile \n  println(vk.me(map{}))\n\n  // Get user by id\n  println(vk.users_get(1, map{}))\n\n  // Request to other method\n  println(vk.request\u003cGroup\u003e('groups.getById', map { \"group_id\": 1 }))\n}\n\nstruct Group {\n  id i64\n  name string\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevkopo%2Fvvk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevkopo%2Fvvk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevkopo%2Fvvk/lists"}