{"id":19572341,"url":"https://github.com/linjunpop/rong_cloud","last_synced_at":"2025-10-06T16:57:32.625Z","repository":{"id":56892643,"uuid":"41407922","full_name":"linjunpop/rong_cloud","owner":"linjunpop","description":"Unofficial RongCloud API wrapper","archived":false,"fork":false,"pushed_at":"2015-09-21T09:45:01.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T16:57:32.469Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linjunpop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-26T06:15:14.000Z","updated_at":"2015-08-26T07:06:51.000Z","dependencies_parsed_at":"2022-08-21T01:20:52.624Z","dependency_job_id":null,"html_url":"https://github.com/linjunpop/rong_cloud","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/linjunpop/rong_cloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Frong_cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Frong_cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Frong_cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Frong_cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linjunpop","download_url":"https://codeload.github.com/linjunpop/rong_cloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linjunpop%2Frong_cloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278646775,"owners_count":26021511,"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-10-06T02:00:05.630Z","response_time":65,"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-11T06:25:59.017Z","updated_at":"2025-10-06T16:57:32.576Z","avatar_url":"https://github.com/linjunpop.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RongCloud\n\n[![Build Status](http://img.shields.io/travis/linjunpop/rong_cloud.svg)](https://travis-ci.org/linjunpop/rong_cloud)\n[![Code Climate](http://img.shields.io/codeclimate/github/linjunpop/rong_cloud.svg)](https://codeclimate.com/github/linjunpop/rong_cloud)\n[![Gem Version](http://img.shields.io/gem/v/rong_cloud.svg)](https://rubygems.org/gems/rong_cloud)\n\nUnofficial [RongCloud](http://www.rongcloud.cn) API wrapper.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'rong_cloud'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rong_cloud\n\n## Usage\n\n### Sample\n\n```ruby\nclient = RongCloud::Client.new(\n  app_key: 'uwd1c0sxdlx2',\n  app_secret: 'Y1W2MeFwwwRxa0'\n)\n\nclient.request(\n  method: 'post',\n  endpoint: '/message/private/publish.json',\n  body: {\n    content: {content: 'foo'}.to_json,\n    'fromUserId' =\u003e '123',\n    'toUserId' =\u003e '333',\n    'objectName' =\u003e 'RC:TxtMsg'\n  }\n)\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/linjunpop/rong_cloud.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinjunpop%2Frong_cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinjunpop%2Frong_cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinjunpop%2Frong_cloud/lists"}