galaxy-genome-annotation / python-apollo

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

remove unused methods in canned keys, comments, values, and statuses #35

Closed nathandunn closed 4 years ago

nathandunn commented 4 years ago

e.g., status:

I know that addStatus, deleteStatus, etc. don't do anything and should probably be removed, while add_status, delete_status, get_status work great. I might take a look at this, but if anyone wants to beat me to it.

addStatus          TODO: Undocumented Output: ???
  add_status         Add a status value Output: A dictionnary containing...
  deleteStatus       TODO: Undocumented Output: ???
  delete_status      Delete a status Output: an empty dictionary
  findAllStatuses    TODO: Undocumented Output: ???
  findStatusById     TODO: Undocumented Output: ???
  findStatusByValue  TODO: Undocumented Output: ???
  get_statuses       Get all statuses available in this Apollo instance...
  show_status        Get a specific status Output: A dictionnary containing...
  updateStatus       TODO: Undocumented Output: ???
  update_status      Update a status name Output: an empty dictionary