hubmapconsortium / hubmap-api-py-client

Python client for the Cells API
MIT License
1 stars 0 forks source link

Remove get_list from external interface #53

Closed mccalluc closed 3 years ago

mccalluc commented 3 years ago

I think I had just started this when we ran into all the problems with inconsistent results. The idea is that whether to call get_list or get_details will be determined by whether fields or sort is specified, and not something the user needs to worry about.

If this is good, after merging, I'll think about bringing back the [] magic methods.

mccalluc commented 3 years ago

Fair enough: I'll change it to get_list for now. Thanks!