DSD-DBS / polarion-rest-api-client

An API Client for the Polarion REST API.
1 stars 0 forks source link

Split the OpenAPIPolarionProjectClient into multiple classes #27

Closed micha91 closed 2 months ago

micha91 commented 5 months ago

The OpenAPIPolarionProjectClient gets too big and should be split into multiple Clients:

In the future we should provide a general PolarionClient that can hold multiple PolarionProjectClients, which then would then have all Clients mentioned above. If someone needs a client only for one project only, the PolarionProjectClient could be used standalone.