neulab / explainaboard_client

1 stars 1 forks source link

Delete system and get_system api call #35

Closed neubig closed 2 years ago

neubig commented 2 years ago

Part of https://github.com/neulab/explainaboard_client/issues/31 Blocked by https://github.com/neulab/explainaboard_client/pull/33

Renames API calls to delete_system and get_system to be more intuitive. Also refactors the delete_system CLI to use these calls, and does a little bit of restructuring to make the control flow more intuitive.