{"id":16971698,"url":"https://github.com/juancarlospaco/aria","last_synced_at":"2026-03-18T23:02:50.885Z","repository":{"id":50520085,"uuid":"357259959","full_name":"juancarlospaco/aria","owner":"juancarlospaco","description":"Aria2 API lib for Nim using RPC for any backend","archived":false,"fork":false,"pushed_at":"2021-04-17T14:52:23.000Z","size":36,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"nim","last_synced_at":"2025-01-26T14:48:41.113Z","etag":null,"topics":["aria2","aria2-cli","aria2c","ftp-client","json-rpc-client","metalink","nim","nim-lang","nim-language","rpc-client","torrent"],"latest_commit_sha":null,"homepage":"https://juancarlospaco.github.io/aria/index.html","language":"Nim","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/juancarlospaco.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}},"created_at":"2021-04-12T16:13:51.000Z","updated_at":"2023-09-20T03:30:02.000Z","dependencies_parsed_at":"2022-08-31T07:01:13.669Z","dependency_job_id":null,"html_url":"https://github.com/juancarlospaco/aria","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/juancarlospaco%2Faria","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Faria/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Faria/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juancarlospaco%2Faria/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juancarlospaco","download_url":"https://codeload.github.com/juancarlospaco/aria/tar.gz/refs/heads/nim","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244860611,"owners_count":20522466,"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":["aria2","aria2-cli","aria2c","ftp-client","json-rpc-client","metalink","nim","nim-lang","nim-language","rpc-client","torrent"],"created_at":"2024-10-14T00:53:54.076Z","updated_at":"2026-01-04T20:05:46.390Z","avatar_url":"https://github.com/juancarlospaco.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aria\n\n[Aria2](https://aria2.github.io) API lib for [Nim](https://nim-lang.org) using JSON-RPC over HTTP for any backend.\n\n* https://aria2.github.io\n* https://aria2.github.io/manual/en/html/aria2c.html#methods\n* https://juancarlospaco.github.io/aria/index.html\n\n\n# Use\n\n```nim\nimport aria\nimport std/json  # $\n\nlet client: Aria = newAria(ip = \"127.0.0.1\", port = 6800.uint16)\naria:\n  ## These are just Aria API calls, same naming as from Aria Documentation.\n  echo client.getVersion()\n  ## See also addTorrent(), addMetalink(), addUrl(), etc\n```\n\nAria in the Browser, JavaScript target:\n\n```nim\nimport aria\nimport std/[jsffi, jsfetch]  ## fetch()\n\nlet client: Aria = newAria(ip = \"127.0.0.1\", port = 6800.uint16)\necho client.getVersion().repr\n```\n\n\n### Notes\n\n- https://github.com/aria2/aria2/issues/1759#issue-856909078\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancarlospaco%2Faria","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuancarlospaco%2Faria","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuancarlospaco%2Faria/lists"}