galaxy-genome-annotation / python-apollo

Python library for talking to Apollo API
MIT License
11 stars 11 forks source link

get_organism_permissions fix, modification to use api error checking #8

Closed luke-c-sargent closed 6 years ago

luke-c-sargent commented 6 years ago

in update_organism_permissions, the user is mixed up with userId; the former is the email of the user whose permissions we wish to modify while the former is an internal database numerical id. this also adds API response error checking.