[][src]Module shelper::api

API calls

Functions

all_jobs

all_jobs makes an API call to the builds/:id/jobs endpoint to fetch the job details for each job in the build.

build_info

build_info uses the v1/builds/:id endpoint to fetch all the build meta data as a json object

job_info

Returns the JSON info for a Job. job_info makes a REST call with given credentials to fetch the details of a single job.

recent_user_jobs

Get latest jobs for a user, limit of 500 at a time. Returns a JSON object with details of each job

tunnel_raw

tunnel_raw requires the Owner of a tunnel + the tunnel id to return data about the tunnel. Creation time, config, and more are returned from the API call.