DSD-DBS / polarion-rest-api-client

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

Add project_id to all classes #30

Open micha91 opened 3 months ago

micha91 commented 3 months ago

To add multiproject support, we should add the project_id to all of our dataclasses

micha91 commented 1 month ago

as an alternative we could also add a reference to the corresponding client and take the project_id from there. This way we could introduce lazy loading as well as a save function to directly update/create the workitem