jobs#

Attributes#

Functions#

index(page)

get_results([job_id])

get_users([job_id])

Get all users that have access to a job

share([job_id, email])

Share a job with another user

get_comments(job_id)

Get all comments for a job

create_comment(job_id)

Create a comment for a job

show([job_id])

Module Contents#

jobs.jobs#
jobs.index(page)#
jobs.get_results(job_id=None)#
jobs.get_users(job_id=None)#

Get all users that have access to a job

jobs.share(job_id=None, email=None)#

Share a job with another user

jobs.get_comments(job_id)#

Get all comments for a job

jobs.create_comment(job_id)#

Create a comment for a job

jobs.show(job_id=None)#