Open WardLT opened 3 years ago
Implement "get all samples" utility function
I think the following should be enough, at least for the raw response dict from the API which you can later iterate through:
from adc.client import ADCClient
token = <token you get from adc>
client = ADCClient(token)
studies = client.get_studies()
Thanks! I added that logic (along with some auto-populate token from env variables) to that with 6f8a58e
This Issue is our initial step for tracking how we integrate with the Argonne Data Cloud (ADC). Future issues will be created as the ADC and it's SDK emerge.
Issues we'll need to solve: