Is your feature request related to a problem? Please describe.
A lot of these functions are useful and I would like to use them in other production repos. However, there are no tests/CI setup so I'm apprehensive to do so.
Also, I have a delete study method that I've written using kf-utils-python but it is living in study creator repo right now when it really should be living in this repo. Its in study creator bc we are able (or will be in the near future) test this function with a live dataservice to ensure it works. If this repo has CI and tests setup then I could move it here.
Describe the solution you'd like
Setup a CircleCI pipeline with the Data Service. Write unit tests for existing dataservice functionality
Is your feature request related to a problem? Please describe.
A lot of these functions are useful and I would like to use them in other production repos. However, there are no tests/CI setup so I'm apprehensive to do so.
Also, I have a delete study method that I've written using kf-utils-python but it is living in study creator repo right now when it really should be living in this repo. Its in study creator bc we are able (or will be in the near future) test this function with a live dataservice to ensure it works. If this repo has CI and tests setup then I could move it here.
Describe the solution you'd like
Setup a CircleCI pipeline with the Data Service. Write unit tests for existing dataservice functionality