{"id":15629483,"url":"https://github.com/mdiep/tentacle","last_synced_at":"2025-04-06T00:09:37.006Z","repository":{"id":63917755,"uuid":"53076616","full_name":"mdiep/Tentacle","owner":"mdiep","description":"A Swift framework for the GitHub API","archived":false,"fork":false,"pushed_at":"2023-06-21T21:21:36.000Z","size":4425,"stargazers_count":254,"open_issues_count":2,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-28T19:48:19.238Z","etag":null,"topics":["github-api","reactiveswift","swift"],"latest_commit_sha":null,"homepage":"","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/mdiep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-03-03T19:20:49.000Z","updated_at":"2025-02-17T13:52:05.000Z","dependencies_parsed_at":"2024-06-21T15:34:35.112Z","dependency_job_id":"d87a6c63-5824-4f60-adb8-13c822013a68","html_url":"https://github.com/mdiep/Tentacle","commit_stats":{"total_commits":476,"total_committers":10,"mean_commits":47.6,"dds":0.6218487394957983,"last_synced_commit":"5bf36af35b3545eb6351fb845605bc565c1e0862"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdiep%2FTentacle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdiep%2FTentacle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdiep%2FTentacle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdiep%2FTentacle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdiep","download_url":"https://codeload.github.com/mdiep/Tentacle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935387,"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":["github-api","reactiveswift","swift"],"created_at":"2024-10-03T10:27:20.466Z","updated_at":"2025-04-06T00:09:36.989Z","avatar_url":"https://github.com/mdiep.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tentacle [![MIT license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mdiep/Tentacle/master/LICENSE.md)\nA Swift framework for the GitHub API\n\n```swift\nlet client  = Client(.dotCom, token: \"…\")\nlet repo    = Repository(owner: \"ReactiveCocoa\", name: \"ReactiveCocoa\")\nlet request = repo.release(forTag: \"tag-name\")\nclient\n    .execute(request)\n    .startWithResult { result in\n        switch result {\n        case let .success(response, release):\n            print(\"Downloaded release: \\(release)\")\n        case let .failure(error):\n            print(\"An error occurred: \\(error)\")\n        }\n    }\n```\n\nTentacle is built with [ReactiveSwift](https://github.com/ReactiveCocoa/ReactiveSwift).\n\n## License\nTentacle is available under the [MIT License](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdiep%2Ftentacle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdiep%2Ftentacle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdiep%2Ftentacle/lists"}