openaq / openaq-cli

OpenAQ command line interface
MIT License
3 stars 0 forks source link

add `owners` resource with `get` and `list` subcommands #36

Closed majesticio closed 1 year ago

majesticio commented 1 year ago

Command would call the v3/owners api resource. You could list all manufacturers or get one with the owners_id. Optional flags could include --json, --pretty, --csv

russbiggs commented 1 year ago

related to #42

russbiggs commented 1 year ago

awaiting owners implementation in openaq-go

russbiggs commented 1 year ago

@majesticio owners is now implemented in the openaq-go, upgrade to the latest version to implement this feature

majesticio commented 1 year ago

Great, I will start work on adding the owners resource to openaq-cli

russbiggs commented 1 year ago

resolved in v0.4.0