hoppy

Hoptoad API Library
Download

hoppy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Christopher Peplin
  • Publisher web site:
  • http://bueda.com

hoppy Tags


hoppy Description

Hoptoad API Library hoppy is a Python library for accessing the Hoptoad API.Installationhoppy is available on PyPi, and the recommended method of installation is pip:pip install hoppyUsageUse hoppy to notify Hoptoad of an app deploy:import hoppy.deployhoppy.api_key = '< project API key >'hoppy.deploy.Deploy().deploy(env='PRODUCTION', scm_revision='1a6a445', scm_repository='git@github.com:peplin/hoppy.git')Use hoppy to retreive a specific error:import hoppy.errorhoppy.account = '< your account name >'hoppy.auth_token = '< your personal API auth token >'print hoppy.error.Error().find(2035230).environment Requirements: · Python


hoppy Related Software