Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshed-io/cloudtalk_ruby
Ruby API client for CloudTalk
https://github.com/joshed-io/cloudtalk_ruby
Last synced: 13 days ago
JSON representation
Ruby API client for CloudTalk
- Host: GitHub
- URL: https://github.com/joshed-io/cloudtalk_ruby
- Owner: joshed-io
- License: mit
- Created: 2011-03-14T19:04:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-22T00:33:54.000Z (over 12 years ago)
- Last Synced: 2024-04-18T01:42:40.440Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudtalk-ruby
A pure Ruby client for CloudTalk's HTTP API.Note: To use this API client, you'll need to contact CloudTalk and have a tenancy provisioned for your application.
Once that's in place, update cloudtalk.yml with your tenancy's information and you're ready to go.Note #2 - This client was written in 2011 and might not reflect any Cloudtalk API changes since then. Email or message me if you run into problems and I'll put you in touch with people that can help.
### About Cloudtalk
[CloudTalk](http://cloudtalk.com) is a flexible, social communication platform that supports asynchronous voice, text, video and photos.CloudTalk's features include support for hierarchical groups, public and private conversations, multi-tenancy, and
a rich set of access controls for each node in the communication graph.Learn more at [http://cloudtalk.com/the-cloudtalk-platform.html](http://cloudtalk.com/the-cloudtalk-platform.html).
### Credits
iBone Logo Pic for spec sample application from [http://www.baxterboo.com/catdogblog/post.cfm/tempting-fate-iphone-chew-toy](http://www.baxterboo.com/catdogblog/post.cfm/tempting-fate-iphone-chew-toy).### License
Copyright (c) 2011 Josh DzielakPermission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.