{"id":44529117,"url":"https://github.com/zt64/ryd-kt","last_synced_at":"2026-02-13T18:26:41.774Z","repository":{"id":237461242,"uuid":"748955298","full_name":"zt64/ryd-kt","owner":"zt64","description":"Kotlin multiplatform library for interfacing with the Return YouTube Dislikes API","archived":false,"fork":false,"pushed_at":"2026-01-30T00:40:56.000Z","size":493,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-30T14:40:39.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/zt64.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-27T06:24:52.000Z","updated_at":"2026-01-30T00:40:36.000Z","dependencies_parsed_at":"2024-05-21T21:30:15.279Z","dependency_job_id":"edb2e47d-766c-4a8b-9f7c-513200cc9557","html_url":"https://github.com/zt64/ryd-kt","commit_stats":null,"previous_names":["zt64/ryd-kt"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/zt64/ryd-kt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zt64%2Fryd-kt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zt64%2Fryd-kt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zt64%2Fryd-kt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zt64%2Fryd-kt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zt64","download_url":"https://codeload.github.com/zt64/ryd-kt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zt64%2Fryd-kt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-02-13T18:26:41.043Z","updated_at":"2026-02-13T18:26:41.761Z","avatar_url":"https://github.com/zt64.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ryd-kt\n\n[![Maven Central Version](https://img.shields.io/maven-central/v/dev.zt64.ryd-kt/core)](https://central.sonatype.com/artifact/dev.zt64.ryd-kt/core)\n\u003cbr\u003e\n![badge-platform-jvm]\n![badge-platform-js]\n![badge-platform-js-node]\n![badge-platform-linux]\n![badge-platform-windows]\n![badge-platform-macos]\n![badge-platform-ios]\n![badge-platform-tvos]\n![badge-platform-watchos]\n\nKotlin multiplatform client for\nthe [Return YouTube Dislikes API](https://returnyoutubedislikeapi.com/swagger/index.html).\nUsing [Ktor](https://github.com/ktorio/ktor) for networking.\n\n## Setup\n\n```\n[versions]\nrydKt = \"x.y.z\"\n\n[libraries]\nryd = { module = \"dev.zt64.ryd-kt:client\", version.ref = \"rydKt\" }\n```\n\nMake sure to replace `x.y.z` with the latest version and to add a Ktor engine to your dependencies.\n\n## Usage\n\n```kotlin\nval client = RydClient()\nval res = client.getVotes(\"dQw4w9WgXcQ\")\n\nprintln(\"Likes: ${res.likes}\")\nprintln(\"Dislikes: ${res.dislikes}\")\n\nval userId = \"...\"\n\nclient.like(userId, videoId)\nclient.dislike(userId, videoId)\nclient.removeVote(userId, videoId)\n```\n\n## License\n\n[MIT](LICENSE)\n\n[badge-platform-jvm]: http://img.shields.io/badge/-jvm-DB413D.svg?style=flat\n\n[badge-platform-js]: http://img.shields.io/badge/-js-F8DB5D.svg?style=flat\n\n[badge-platform-js-node]: https://img.shields.io/badge/-nodejs-68a063.svg?style=flat\n\n[badge-platform-linux]: http://img.shields.io/badge/-linux-2D3F6C.svg?style=flat\n\n[badge-platform-windows]: http://img.shields.io/badge/-windows-4D76CD.svg?style=flat\n\n[badge-platform-macos]: http://img.shields.io/badge/-macos-111111.svg?style=flat\n\n[badge-platform-ios]: http://img.shields.io/badge/-ios-CDCDCD.svg?style=flat\n\n[badge-platform-tvos]: http://img.shields.io/badge/-tvos-808080.svg?style=flat\n\n[badge-platform-watchos]: http://img.shields.io/badge/-watchos-C0C0C0.svg?style=flat\n\n[badge-platform-wasm]: https://img.shields.io/badge/-wasm-624FE8.svg?style=flat","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzt64%2Fryd-kt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzt64%2Fryd-kt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzt64%2Fryd-kt/lists"}