open-traffic-generator / openapiart

OpenAPI artifact generator
MIT License
6 stars 4 forks source link

New set() API support for properties with native type and required property cannot be set with None #399

Closed dipendughosh closed 1 year ago

dipendughosh commented 1 year ago

Fixes #168 - Allow setting attributes with built-in types using a set() method in python SDK. Fixes #395 - Required properties cannot be set with 'None'.

dipendughosh commented 1 year ago

The args of the set API definition are set to None to protect them from overriding new calls.