Ruby
Ruby
Clients | Status |
---|---|
Zendesk API Client by Zendesk | Officially supported |
Zendesk2 by Joshua Lane | Supported by the developer |
Zendesk API Client by Zendesk
Zendesk maintains an official Ruby API client. You can use the client in a project by simply including the zendesk_api gem.
- Officially Supported: Yes
- Repository: https://github.com/zendesk/zendesk_api_client_rb
- Docs: https://github.com/zendesk/zendesk_api_client_rb/wiki
- Gem: https://rubygems.org/gems/zendesk_api
- License: Apache v2
Zendesk2 by Joshua Lane
Zendesk2 is an API client developed by Joshua Lane. You can use it in a project by adding the zendesk2 gem to your application's Gemfile.
- Officially Supported: No
- Repository: https://github.com/lanej/zendesk2
- Docs: https://github.com/lanej/zendesk2/blob/master/README.md
- Gem: https://rubygems.org/gems/zendesk2
- License: MIT