afuetterer / python-re3data

The Pythonic client for the re3data API.
https://afuetterer.github.io/python-re3data/
MIT License
1 stars 0 forks source link

Add CLI parameters to choose return type #111

Closed afuetterer closed 5 months ago

afuetterer commented 5 months ago
re3data repository list --return-type=xml
re3data repository list --return-type=response
re3data repository list --return-type=dataclass

Ref: https://typer.tiangolo.com/tutorial/parameter-types/enum/