anancarv / python-artifactory

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

Remove Nuget repo model and flatten RemoteRepository model #107

Closed moss-n closed 2 years ago

moss-n commented 2 years ago

Description

This change flattens the RemoteRepository model and removes the Nuget repository model. The attributes of the Nuget repository have been moved to the RemoteRepository model. When JSON encoded, this model is in a structure that is expected by the Artifactory API when making calls to create/update a RemoteRepository of type NuGet.

Fixes #106

Type of change

How has it been tested ?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

Checklist: