{"id":18568429,"url":"https://github.com/fromatom/hari","last_synced_at":"2025-05-15T20:33:29.498Z","repository":{"id":46766662,"uuid":"159297268","full_name":"FromAtom/Hari","owner":"FromAtom","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-23T06:16:05.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T20:46:14.716Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/FromAtom.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":"2018-11-27T07:55:55.000Z","updated_at":"2024-10-23T06:14:34.000Z","dependencies_parsed_at":"2025-02-17T13:43:25.044Z","dependency_job_id":null,"html_url":"https://github.com/FromAtom/Hari","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"058be2fb2db63fa29ee849d7285a08f730f9ff8d"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FromAtom%2FHari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FromAtom%2FHari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FromAtom%2FHari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FromAtom%2FHari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FromAtom","download_url":"https://codeload.github.com/FromAtom/Hari/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254419030,"owners_count":22068192,"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-11-06T22:29:26.261Z","updated_at":"2025-05-15T20:33:29.477Z","avatar_url":"https://github.com/FromAtom.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hari\n\n## Usage\n\n```swift\nimport Hari\n\nenum HariKeys: String, HariKey {\n    case someKeyName1\n    case someKeyName2\n}\n\nHari.shared.setup(suiteName: \"com.example.app.group\", bundleID: \"com.example.app\")\n\n// do-catch pattern\ndo {\n    let value = try Hari.shared.bool(forKey: HariKeys.someKeyName1)\n    print(value)\n} catch let error {\n    print(error)\n}\n\n// optional return value pattern\nlet value2 = Hari.shared.bool(forKey: HariKeys.someKeyName2)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromatom%2Fhari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffromatom%2Fhari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromatom%2Fhari/lists"}