DSD-DBS / polarion-rest-api-client

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

Implement an UNSET value #31

Open micha91 opened 4 months ago

micha91 commented 4 months ago

Sometimes it is very helpful to know, whether a value is really None or if it just wasn't requested from the server. For this reason we should implement kind of an Unset value. In addition, we could add a reference to the client to all dataclasses and make lazy loading possible for unset values (tbd)