routes#

class pennylane_calculquebec.utility.api.routes#

Bases: object

URL path segments for the Thunderhead REST API.

JOBS#

endpoint for job creation and listing (/jobs)

Type:

str

PROJECTS#

endpoint for project queries (/projects)

Type:

str

MACHINES#

endpoint for machine queries (/machines)

Type:

str

BENCHMARKING#

sub-path for machine benchmarking (/benchmarking)

Type:

str

BENCHMARKING = '/benchmarking'#
JOBS = '/jobs'#
MACHINES = '/machines'#
PROJECTS = '/projects'#