{"id":19043389,"url":"https://github.com/statuscakedev/statuscake-rb","last_synced_at":"2026-02-27T07:44:15.417Z","repository":{"id":58802384,"uuid":"515755975","full_name":"StatusCakeDev/statuscake-rb","owner":"StatusCakeDev","description":"StatusCake Ruby SDK (Alpha)","archived":false,"fork":false,"pushed_at":"2025-05-12T18:38:12.000Z","size":109,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-12T05:40:35.299Z","etag":null,"topics":["api-client","statuscake"],"latest_commit_sha":null,"homepage":"https://developers.statuscake.com","language":"Ruby","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/StatusCakeDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-19T22:14:05.000Z","updated_at":"2025-01-27T18:45:36.000Z","dependencies_parsed_at":"2023-01-21T21:22:27.948Z","dependency_job_id":"0df5bf0f-29ec-4d8e-9f18-acfee4a12f3a","html_url":"https://github.com/StatusCakeDev/statuscake-rb","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/StatusCakeDev/statuscake-rb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusCakeDev%2Fstatuscake-rb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusCakeDev%2Fstatuscake-rb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusCakeDev%2Fstatuscake-rb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusCakeDev%2Fstatuscake-rb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StatusCakeDev","download_url":"https://codeload.github.com/StatusCakeDev/statuscake-rb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StatusCakeDev%2Fstatuscake-rb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29887819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T05:38:26.446Z","status":"ssl_error","status_checked_at":"2026-02-27T05:38:25.235Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api-client","statuscake"],"created_at":"2024-11-08T22:41:44.026Z","updated_at":"2026-02-27T07:44:15.405Z","avatar_url":"https://github.com/StatusCakeDev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# statuscake-rb ![test](https://github.com/StatusCakeDev/statuscake-rb/workflows/test/badge.svg)\n\n**NOTE**: This library is in alpha and not production ready. Whilst it can be\nused we will not offer support until it is generally available.\n\nThe [Ruby](https://www.ruby-lang.org/en/) implementation of the [StatusCake\nAPI](https://www.statuscake.com/api/v1) client. Documentation for this library\ncan be found on the [StatusCake Developer\nPortal](https://www.statuscake.com/api/v1).\n\n## Prerequisites\n\nYou will need the following things properly installed on your computer:\n\n- [Ruby](https://www.ruby-lang.org/en/): any one of the **three latest major**\n  [releases](https://www.ruby-lang.org/en/downloads/)\n\n## Installation\n\n### RubyGems\n\nUsing [RubyGems](https://rubygems.org/gems/statuscake-rb), add the following to\n`Gemfile`:\n\n```ruby\ngem 'statuscake-rb'\n```\n\nAnd then execute:\n\n```bash\nbundle install\n```\n\nOr install it yourself:\n\n```bash\ngem install statuscake-rb\n```\n\n### GitHub\n\nInstalling the latest version from GitHub:\n\n```bash\ngit clone https://github.com/StatusCakeDev/statuscake-rb\ncd statuscake-rb\nbundle install\nbundle exec rake install\n```\n\n## Usage\n\nImport the gem from any Ruby file, instantiate an API client and execute a\nrequest:\n\n```ruby\nrequire 'statuscake'\n\nclient = StatusCake::ApiClient.new\n\n# Constructing these options is a temporary fix until a client wide\n# authentication mechanism has been realised.\nopts = { header_params: { 'Authorization' =\u003e \"Bearer #{api_token}\" } }\n\nservice = StatusCake::UptimeApi.new(client)\nservice.list_uptime_tests(opts)\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatuscakedev%2Fstatuscake-rb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatuscakedev%2Fstatuscake-rb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatuscakedev%2Fstatuscake-rb/lists"}