{"id":13764487,"url":"https://github.com/Cloverhound/ciscospark-ruby","last_synced_at":"2025-05-10T19:31:18.209Z","repository":{"id":62555685,"uuid":"69143741","full_name":"Cloverhound/ciscospark-ruby","owner":"Cloverhound","description":"Ciscospark REST Kit for Ruby","archived":false,"fork":false,"pushed_at":"2016-11-18T14:57:59.000Z","size":10,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-21T12:23:23.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Cloverhound.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}},"created_at":"2016-09-25T04:30:03.000Z","updated_at":"2023-03-20T01:35:58.000Z","dependencies_parsed_at":"2022-11-03T05:45:19.824Z","dependency_job_id":null,"html_url":"https://github.com/Cloverhound/ciscospark-ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cloverhound%2Fciscospark-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cloverhound%2Fciscospark-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cloverhound%2Fciscospark-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cloverhound%2Fciscospark-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cloverhound","download_url":"https://codeload.github.com/Cloverhound/ciscospark-ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253470796,"owners_count":21913735,"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-08-03T16:00:21.430Z","updated_at":"2025-05-10T19:31:17.949Z","avatar_url":"https://github.com/Cloverhound.png","language":"Ruby","readme":"# Cisco Spark for Ruby\n\nEnjoy a ruby gem for the Cisco Spark API.\n\nAll REST API's you see on developers.ciscospark.com is currently available.\n\nThere is a pattern, I will show it for the rooms API..  This is the same for Teams, Memberships, Webhooks, Messages and People.\n\nList Rooms -\u003e Spark.get_rooms(access_token)\nList Room -\u003e Spark.get_rooms(access_token,room_id)\nCreate Room -\u003e post_room(access_token,room_name,team_id=optional)\nUpdate Room -\u003e update_room(access_token,room_name,team_id=optional)\nDelete Room -\u003e Spark.delete_room(access_token,room_id)\n\n\n## Using an API Call.\n\n- add it to your GemFile!\n\n`gem 'ciscospark-ruby'`\n\n- Call it with your access_token\n\n`Spark.get_teams(access_token) =\u003e {\"items\"=\u003e\n  [{\"id\"=\u003e\"Y2lzY29zcGFyazovL3VzL1RFQU0vNWQ5ZDkyZTAtODA0Ny0xMWU2LTg0ZGMtMGQ3MGJjNGNlYWFi\",\n    \"name\"=\u003e\"2016 Cisco Americas Customer Care Sales Summit\",\n    \"creatorId\"=\u003e\"Y2lzY29zcGFyazovL3VzL1BFT1BMRS9iMTRhYjM5NS02YjJkLTRhOTEtYjI5OC0zNGU2YmNlMzYwOGI\",\n    \"created\"=\u003e\"2016-09-21T22:04:28.302Z\"},\n   {\"id\"=\u003e\"Y2lzY29zcGFyazovL3VzL1RFQU0vZThmNzMzYzAtMmU4ZC0xMWU2LTg0YWEtNWY1MGViMDZhMjAx\",\n    \"name\"=\u003e\"Cloverhound\",\n    \"creatorId\"=\u003e\"Y2lzY29zcGFyazovL3VzL1BFT1BMRS84ZjllMzU1NC02OGJjLTQ5ZjQtOTk2MS1jMmIyZDY5YzE4NzI\",\n    \"created\"=\u003e\"2016-06-09T22:02:51.516Z\"}]}`\n\nEnjoy!\n\n\nThat's pretty much it!\n","funding_links":[],"categories":["Client SDKs"],"sub_categories":["REST API clients"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCloverhound%2Fciscospark-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCloverhound%2Fciscospark-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCloverhound%2Fciscospark-ruby/lists"}