anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
55 stars 50 forks source link

feat: add overloading to create_repo & update_repo #83

Closed anancarv closed 3 years ago

anancarv commented 3 years ago

Description

Improve the typing of the functions create_repo and update_repo by adding function overloading. This way, we can give to the same function multiple type annotations to more accurately describe the function's behavior.

Type of change

How has it been tested ?

Checklist: