NASA-AMMOS / aerie-cli

An unofficial CLI for interacting with Aerie planning software
MIT License
3 stars 4 forks source link

Get resource types from table instead of deprecated Action #71

Closed Mythicaeda closed 1 year ago

Mythicaeda commented 1 year ago

As of Aerie v1.8.0, the resourceTypes action has been deprecated in favor of querying the resource_type table.

This PR was tested by running the CLI against a dev version of Aerie and verifying that the results of the get_resource_types is exactly the same after the change.