{"id":36457309,"url":"https://github.com/pixel365/goreydenx","last_synced_at":"2026-01-11T23:05:47.977Z","repository":{"id":192764846,"uuid":"686354949","full_name":"pixel365/goreydenx","owner":"pixel365","description":"Reyden-X Go SDK","archived":false,"fork":false,"pushed_at":"2025-08-28T06:47:47.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T02:41:33.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/pixel365.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":"2023-09-02T14:09:16.000Z","updated_at":"2025-08-28T06:44:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad9928d3-6bbc-4450-9c68-020c266e7df7","html_url":"https://github.com/pixel365/goreydenx","commit_stats":null,"previous_names":["pixel365/goreydenx"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/pixel365/goreydenx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel365%2Fgoreydenx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel365%2Fgoreydenx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel365%2Fgoreydenx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel365%2Fgoreydenx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixel365","download_url":"https://codeload.github.com/pixel365/goreydenx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixel365%2Fgoreydenx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28326200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T22:11:01.104Z","status":"ssl_error","status_checked_at":"2026-01-11T22:10:58.990Z","response_time":60,"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-01-11T23:05:43.401Z","updated_at":"2026-01-11T23:05:47.972Z","avatar_url":"https://github.com/pixel365.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REYDEN-X\n\n###### Reyden-X is an automated service for promoting live broadcasts on external sites with integrated system of viewers and views management.\n\n- [Website](https://reyden-x.com/en)\n\n- [API Documentation](https://api.reyden-x.com/docs)\n\n\n### Quickstart\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\trx \"github.com/pixel365/goreydenx\"\n\tm \"github.com/pixel365/goreydenx/model\"\n\t\"github.com/pixel365/goreydenx/orders\"\n\t\"github.com/pixel365/goreydenx/prices\"\n\t\"github.com/pixel365/goreydenx/user\"\n)\n\nfunc main() {\n\t// new client\n\tclient := rx.NewClient(\"EMAIL\", \"PASSWORD\").Auth()\n\t\n\t// user account details\n\tres, err := user.Account(client)\n\tif err != nil {\n\t\tfmt.Println(res)\n\t}\n\n\t// order details\n\tres, err = orders.Details(client, 12345)\n\tif err != nil {\n\t\tfmt.Println(res)\n\t}\n\n\t// prices for Twitch\n\tres, err = prices.Twitch(client)\n\tif err != nil {\n\t\tfmt.Println(res)\n\t}\n\n\t// make new order\n\tres, err = orders.CreateStream[*m.TwitchParams](client, \u0026m.TwitchParams{\n\t\tBaseOrderParams: m.BaseOrderParams{\n\t\t\tLaunchMode: rx.LaunchModeAuto,\n\t\t\tSmoothGain: m.SmoothGain{\n\t\t\t\tEnabled: false,\n\t\t\t\tMinutes: 0,\n\t\t\t},\n\t\t\tPriceId:         1,\n\t\t\tNumberOfViews:   10_000,\n\t\t\tNumberOfViewers: 100,\n\t\t\tDelayTime:       0,\n\t\t},\n\t\tTwitchId: 12345,\n\t})\n\tif err != nil {\n\t\tfmt.Println(res)\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixel365%2Fgoreydenx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixel365%2Fgoreydenx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixel365%2Fgoreydenx/lists"}