Gullintanni v0.1.0 HardHat
A simple wrapper for the Travis CI API.
Summary
Functions
Issues an authenticated GET request to the given Travis CI API path
Issues an authenticated POST request to the given Travis CI API path
Issues an authenticated PUT request to the given Travis CI API path
Types
The response to an HTTP request.
Functions
Issues an authenticated GET request to the given Travis CI API path.
Returns the decoded response body if the request was successful, otherwise
{status_code, body}. Raises an exception in case of failure.
Issues an authenticated POST request to the given Travis CI API path.
Returns the decoded response body if the request was successful, otherwise
{status_code, body}. Raises an exception in case of failure.
Issues an authenticated PUT request to the given Travis CI API path.
Returns the decoded response body if the request was successful, otherwise
{status_code, body}. Raises an exception in case of failure.