{"id":28157142,"url":"https://github.com/modo-studio/carambakit","last_synced_at":"2025-09-09T23:38:54.817Z","repository":{"id":56905641,"uuid":"63050072","full_name":"modo-studio/CarambaKit","owner":"modo-studio","description":"Core Framework for Applications","archived":false,"fork":false,"pushed_at":"2017-07-20T10:55:07.000Z","size":131,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-15T01:54:57.575Z","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/modo-studio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-07-11T08:21:04.000Z","updated_at":"2021-04-22T08:57:39.000Z","dependencies_parsed_at":"2022-08-21T02:50:31.717Z","dependency_job_id":null,"html_url":"https://github.com/modo-studio/CarambaKit","commit_stats":null,"previous_names":["carambalabs/carambakit"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/modo-studio/CarambaKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modo-studio%2FCarambaKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modo-studio%2FCarambaKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modo-studio%2FCarambaKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modo-studio%2FCarambaKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modo-studio","download_url":"https://codeload.github.com/modo-studio/CarambaKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modo-studio%2FCarambaKit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274383853,"owners_count":25275186,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-05-15T08:16:23.327Z","updated_at":"2025-09-09T23:38:54.808Z","avatar_url":"https://github.com/modo-studio.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CarambaKit\n\n[![CI Status](http://img.shields.io/travis/carambalabs/CarambaKit.svg?style=flat)](https://travis-ci.org/carambalabs/CarambaKit)\n[![codecov](https://codecov.io/gh/carambalabs/CarambaKit/branch/master/graph/badge.svg)](https://codecov.io/gh/carambalabs/CarambaKit)\n[![Dependency Status](https://gemnasium.com/badges/github.com/carambalabs/CarambaKit.svg)](https://gemnasium.com/github.com/carambalabs/CarambaKit)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nTo install it, simply add the following line to your Podfile:\n\n```ruby\npod \"CarambaKit\"\n```\n\n## CarambaKit\n\n### Networking\n\n```swift\nlet request = RequestBuilder(baseUrl: \"https://api.apps.com\").get(\"/users\").withParameters([\"param\": \"value\"]).build()\nlet client = JsonHttpClient()\nclient.request(request).subscribeNext { response in\n  // :tada:\n}\n```\n\n### SessionRepository\n\nFetch, store, and clear a session from the Keychain:\n\n```swift\nlet repository = SessionRepository(name: \"idonethis\")\nlet session = repository.fetch()\n```\n\n## About\n\n\u003cimg src=\"https://github.com/carambalabs/Foundation/blob/master/ASSETS/logo-salmon.png?raw=true\" width=\"200\" /\u003e\n\nThis project is funded and maintained by [Caramba](http://caramba.io). We 💛 open source software!\n\nCheck out our other [open source projects](https://github.com/carambalabs/), read our [blog](http://blog.caramba.io) or say :wave: on twitter [@carambalabs](http://twitter.com/carambalabs).\n\n## Contribute\n\nContributions are welcome :metal: We encourage developers like you to help us improve the projects we've shared with the community. Please see the [Contributing Guide](https://github.com/carambalabs/Foundation/blob/master/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/carambalabs/Foundation/blob/master/CONDUCT.md).\n\n## License\n\nCarambaKit is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodo-studio%2Fcarambakit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodo-studio%2Fcarambakit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodo-studio%2Fcarambakit/lists"}