Git Product home page Git Product logo

hockeyapp's Introduction

HockeyApp Python Client

API and command-line client for managing applications, users, and crashes at HockeyApp.

PyPI version Downloads Build Status

Python Versions: 2.6, 2.7, 3.2, 3.3

CLI Usage

./hockeyapp-cli

usage: hockeyapp-cli [-h] [-V] [-v] -k API_KEY COMMAND ...

Hockeyapp API Client

optional arguments:
-h, --help show this help message and exit
-V, --version show program's version number and exit
-v, --verbose turn on debug mode
-k API_KEY, --api-key API_KEY
ย Supply the API Token from hockeyapp.net
commands:

See 'hockeyapp-cli COMMAND -h' for more information on a specific command.

COMMAND
list-applications List the applications available at HockeyApp list-users List users associated with the specified HockeyApp list-crashes List crashes associated with the specified HockeyApp add-app-user Add a user to a HockeyApp detail Get the detail for a crash ID at HockeyApp list-versions List the versions of an app version-delete Delete a specified version version-add Add a new version of an app

Example usage

import hockeyapp

token = 'abcdef0123456789abcdef0123456789' # The HockeyApp API Auth Token public_identifier = '0123456789abcdef0123456789abcdef' # The public identifier app id

apps = hockeyapp.Applications(token) print apps.list()

app = hockeyapp.Application(token, public_identifier) print app.statistics() print app.versions()

hockeyapp's People

Contributors

donthorp avatar gmr avatar martijnthe avatar bkjones avatar

Watchers

Dmitri Hammernik 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.