You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strangely, it looks like from_json uses json_name but to_json never does. however to_json calls parse_json_key_camel, which will presumably normalise everything
ProductComment.json_name = "production_comment"
ComponentTag.json_name = "ComponentTag"
ProductComments.json_name = "productionComments"
PhoneNumbers.json_name = "phone_numbers"
I start to suspect if python sdk is working at all.
The text was updated successfully, but these errors were encountered: