{"id":15570714,"url":"https://github.com/keith/ksgithubstatusapi","last_synced_at":"2025-10-28T13:34:36.434Z","repository":{"id":6198176,"uuid":"7428844","full_name":"keith/KSGithubStatusAPI","owner":"keith","description":"A simple Objective-C API controller for status.github.com","archived":false,"fork":false,"pushed_at":"2014-07-23T16:56:37.000Z","size":560,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T22:43:20.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"AlexisBRENON/deezer_record","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keith.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":"2013-01-03T19:27:43.000Z","updated_at":"2022-09-13T18:01:31.000Z","dependencies_parsed_at":"2022-09-10T01:32:04.978Z","dependency_job_id":null,"html_url":"https://github.com/keith/KSGithubStatusAPI","commit_stats":null,"previous_names":["keithbsmiley/ksgithubstatusapi"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSGithubStatusAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSGithubStatusAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSGithubStatusAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2FKSGithubStatusAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keith","download_url":"https://codeload.github.com/keith/KSGithubStatusAPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235053752,"owners_count":18928440,"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":[],"created_at":"2024-10-02T17:43:40.011Z","updated_at":"2025-10-03T00:31:15.556Z","avatar_url":"https://github.com/keith.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KSGithubStatusAPI\n\nThis API Controller use Github's [system status API](https://github.com/blog/1348-github-system-status-api) and returns the current status\n\n\n## Usage\n\n```objc\nKSGithubStatusAPI *statusAPI = [[KSGithubStatusAPI alloc] init];\n[statusAPI checkStatus:^(KSGithubStatus *status) {\n    if (status.isAvailable) {\n        NSLog(@\"Github is available\");\n    } else {\n        NSLog(@\"Github isn't available\");\n    }\n\n    NSLog(@\"Status: %@\", status.status);\n    NSLog(@\"Details: %@\", status.details);\n\n    NSLog(@\"Last Checked: %@\", status.readableCreatedAtDate);\n    NSLog(@\"Last Checked: %@\", statusAPI.readableLastCheckedDate);\n\n    NSLog(@\"Github updated date: %@\", status.readableGithubUpdatedDate);\n}];\n```\n\n### Installation\n\n1. Use [CocoaPods](http://cocoapods.org/), in your Podfile\n\n\t\tpod 'KSGithubStatusAPI', '~\u003e 0.2.0'\n\n2. Add [Reachability](https://github.com/tonymillion/Reachability) to your project. Add all `.h` and `.m` files to your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fksgithubstatusapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeith%2Fksgithubstatusapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fksgithubstatusapi/lists"}