Implement logic to stop a set of SRS runs on epx_client (#42) * feat: implement logic to stop SRS runs
 
 * fix: update test failed (d7e3e5c)
Plat 1480/get list my jobs (#53) * feat: add attribute get list my job
 
 * fix: merge conflict code
 
 * fix: update endpoint get my job
 
 * fix: change endpoint to my jobs
 
 ---------
 
 Co-authored-by: khanhnd <khanhnd@nexlesoft.com> (e55d3cd)
feat: add attribute get list my job (#49) * feat: add attribute get list my job
 
 * fix: merge conflict code
 
 * fix: update endpoint get my job
 
 ---------
 
 Co-authored-by: khanhnd <khanhnd@nexlesoft.com>
 Co-authored-by: tuanph <tuanph@epistemix.com> (ca99bb7)
feat: add time_out param into job.execute func for exp-client (#35) * feat: add time_out param into job.execute func
 
 * fix: remove pseudorandom in test func (5055759)
feat: as a modeler i can submit jobs via exp client (#46) * feat: as a modeler i can submit jobs via exp client
 
 * fix: remove logs (f442d16)
feat: get a list of all runs associated with a specific job (#48) (a0f151e)
feat: job_name added to Job and Run classes chore: re-add job_name to run.py (1f0b3ec)
feat: retrieve a list of the keys for jobs not deleted in exp_client (#33) * feat: retrieve a list of the keys for jobs not deleted in exp_client
 
 * fix: update epx docs
 
 * fix: comments
 
 * fix: lint (2f81efe)
feat: retrieve job outputs in s3 (#45) * feat: retrieve job outputs in s3
 
 * fix: refactor code
 
 * fix: related code with changes on API side
 
 * fix: use jobId instead of jobName to save results cache
 
 * fix: typo
 
 * fix: bug (6e1dc56)
feat: retrive endpoint token from file config (#43) * feat: retrive endpoint token from file config
 
 * fix: update unit test
 
 * fix: update unit test
 
 * fix: update unit test
 
 * fix: test unit test in dev
 
 * fix: test unit test in dev
 
 * fix: test unit test in dev
 
 * fix: test unit test in dev
 
 * fix: remove value of enviroment varibles in config file
 
 * fix: get value from input user
 
 * fix: fix unit test
 
 * fix: remove references to api_base_url() and update auth_header
 
 ---------
 
 Co-authored-by: khanhnd <khanhnd@nexlesoft.com>
 Co-authored-by: jessicuzwhynot <jessica.chappell@epistemix.com> (fac70bd)
feat: update submit multiple runs in single api (#36) * feat: update submit multiple runs in single api
 
 * refactor: revert class Run refactor submit multiple runs
 
 * refactor: revert class Run refactor submit multiple runs
 
 * refactor: revert class Run refactor submit multiple runs
 
 * refactor: update timeout submit multiple runs single api
 
 * fix: remove duplicate conflict
 
 * refactor: update job status for multiple runs
 
 ---------
 
 Co-authored-by: khanhnd <khanhnd@nexlesoft.com> (0bc093a)
feat: use api for run and job status (#37) (9d3f4d1)
