{"id":19437287,"url":"https://github.com/reenhanced/cloudmine","last_synced_at":"2026-06-19T05:32:37.179Z","repository":{"id":9072220,"uuid":"10843966","full_name":"reenhanced/cloudmine","owner":"reenhanced","description":"CloudMine Ruby SDK","archived":false,"fork":false,"pushed_at":"2013-06-26T15:52:26.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-26T04:55:20.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/reenhanced.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-21T14:15:08.000Z","updated_at":"2013-10-13T08:05:11.000Z","dependencies_parsed_at":"2022-09-04T19:32:16.376Z","dependency_job_id":null,"html_url":"https://github.com/reenhanced/cloudmine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reenhanced/cloudmine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fcloudmine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fcloudmine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fcloudmine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fcloudmine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reenhanced","download_url":"https://codeload.github.com/reenhanced/cloudmine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fcloudmine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34519049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":"2024-11-10T15:14:15.198Z","updated_at":"2026-06-19T05:32:37.157Z","avatar_url":"https://github.com/reenhanced.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"cloudmine\n==============\n\n[CloudMine](https://cloudmine.me) is a backend-as-a-service platform for\nmobile and web developers to rapidly build and quickly scale their apps.\nBuild and scale iOS, Android, Windows Phone, and web apps on our secure\nand managed backend.\n\nThis is a Ruby gem for interacting with the CloudMine API.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'cloudmine'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install cloudmine\n\n## Usage\n\nAssign your credentials:\n\n    Cloudmine.api_key = \"my api key\"\n    Cloudmine.app_id  = \"my app id\"\n\n# Objects\n\nCreate an object:\n\n    Cloudmine::Object.create('key', { \"field\" =\u003e 'value' })\n\nFetch an object:\n\n    object = Cloudmine::Object.fetch('key')\n\nUpdate an object:\n\n    Cloudmine::Object.update('key', 'new value')\n\nDestroy an object:\n\n    Cloudmine::Object.destroy('key')\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freenhanced%2Fcloudmine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freenhanced%2Fcloudmine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freenhanced%2Fcloudmine/lists"}