Giter Club home page Giter Club logo

zendeskr's Introduction

zendeskR - R wrapper to the Zendesk API

For more information on the Zendesk API see: http://developer.zendesk.com/documentation/rest_api/introduction.html

Current API calls supported

getAllUsers()                      - return all users in your Zendesk organization
getAllTickets()                    - return all tickets (admin only)
getTicketsForOrganization(orgID)   - return all tickets for the given organization ID
getTicket(ticket.id)               - return information for the given ticket ID
getTicketAudits(ticket.id)         - return all audits for the given ticket ID
getAllOrganizations()              - return all organizations registered in your Zendesk organization
getAllTicketMetrics()              - return all ticket metrics in your Zendesk organization
getAllSatisfactionRatings()        - return all satisfaction ratings in your Zendesk organization

This package is a work in progress. It started out as a useful utility for myself. I will be adding more functionality and API calls over time. If there is a particular function you would like to see added, please do not hesitate to contact me.

Last Update: 12-28-2012

Installation

To install from CRAN, type in an R console:

> install.packages("zendeskR")

To install this package from the source code available here, download it, and set your R working directory to wherever you saved the file. Then run:

> install.packages("zendeskR_0.3.tar.gz", repos=NULL, type="source")

Example Usage

## Initiate a Zendesk API session
zendesk("username", "password", "https://help.basho.com") ## Your Zendesk credentials and organization URL
users <- getAllUsers()

Contact

Tanya Cashorali

zendeskr's People

Contributors

tcash21 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.