Skip to main content

Simple Python Tooling to interact with Healthcheck.io projects.

Project description

# healthcheckioapi # Description Simple API binding to assist with using the HealthCheck.IO Ping functionality. The whole purpose of this project is to simplify the and minimize the amount of code necessary to perform all the ping functionality available from HealthCheck.IO # Installation ` pip install healthcheckioapi ` # Usage ## Send Normal Ping: ` import healthcheckio.hc_ping as hc PING_UUID="THE-UUID-GIVEN-FROM-THE-LINK" ping = hc.ping(PING_UUID) ping.ping_send() ` ## Send Fail Ping: ` import healthcheckio.hc_ping as hc PING_UUID="THE-UUID-GIVEN-FROM-THE-LINK" ping = hc.ping(PING_UUID) ping.ping_error() ` ## Send Start Ping: ` import healthcheckio.hc_ping as hc PING_UUID="THE-UUID-GIVEN-FROM-THE-LINK" ping = hc.ping(PING_UUID) ping.ping_start() ` ## Send Log Ping: ` import healthcheckio.hc_ping as hc PING_UUID="THE-UUID-GIVEN-FROM-THE-LINK" ping = hc.ping(PING_UUID) ping.ping_log("THIS IS DATA YOU WANT TO LOG") `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

HealthCheckIOAPI-1.0.2.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file HealthCheckIOAPI-1.0.2.tar.gz.

File metadata

  • Download URL: HealthCheckIOAPI-1.0.2.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.9

File hashes

Hashes for HealthCheckIOAPI-1.0.2.tar.gz
Algorithm Hash digest
SHA256 c1d80b0b31dbedcf384d881e3cdeeff584ee79fb1e090d39842fdfa70ac18bcf
MD5 cba8eb2a224e13c246cd202c0cbc863b
BLAKE2b-256 57a47a91a8a538821f0ce109f197a85404a3a897c7c8aca75af17790bdfbebc6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page