NASA-AMMOS / aerie-cli

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

Provide client method for simulation dataset metadata #94

Open DavidLegg opened 10 months ago

DavidLegg commented 10 months ago

Replace get_simulation_dataset_ids_by_plan_id with list_simulation_datasets_by_plan_id.

The new method returns a list of objects, each containing all the metadata for a simulation dataset, rather than just the id. The old method is marked as deprecated and re-implemented as a wrapper around the new method.

Additionally, this adds an API data class and a client data class defining a simulation dataset.