Giter VIP home page Giter VIP logo

zego's Introduction

ZeGo: Zendesk API wrapper for Golang

Zendesk Logo

About:

A (hopefully) simple library for interfacing with the Zendesk v2 API

This library is in flux, so please use Godeps (or similar).

Usage:

auth := zego.Auth{"username", "password", "subdomain.zendesk.com"}
response, _ := auth.ListTickets()
tickets := &zego.TicketArray{}
json.Unmarshal([]byte(response.Raw), tickets)

Endpoints Implemented

Users

  • GET /api/v2/users.json

  • GET /users/{id}.json

  • GET /users/{id}/related.json

Tickets

  • GET /api/v2/tickets.json

  • DELETE /api/v2/tickets/{id}.json

Search

  • GET /api/v2/search.json?query={search_string}

Organizations

  • GET /api/v2/organizations.json

  • GET /api/v2/users/{user_id}/organizations.json

Views

  • GET /api/v2/views.json

  • GET /api/v2/active/views.json

  • GET /api/v2/views/compact.json

  • GET `/api/v2/views/{id}.json

Macros

  • GET /api/v2/macros.json

Triggers

  • GET /api/v2/triggers/active.json

Satisfaction

  • GET /api/v2/satisfaction_ratings.json

  • GET /api/v2/satisfaction_ratings/{id}.json

Tags

  • GET /api/v2/tickets/{id}/tags.json

  • GET /api/v2/topics/{id}/tags.json

  • GET /api/v2/organizations/{id}/tags.json

Groups

  • GET /api/v2/groups.json

  • GET /api/v2/users/{user_id}/groups.json

  • GET /api/v2/groups/assignable.json

  • GET /api/v2/groups/{id}.json

Incremental

  • GET /api/v2/incremental/tickets.json

Comments

  • GET /api/v2/tickets/{ticket_id}/comments.json

zego's People

Contributors

adamar avatar xinhuang327 avatar

Watchers

James Cloos 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.