-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Using the REST API I can pass expand to get nested data. This does not appear to be supported by the SDK. I'm able to work around it by doing:
endpoint.params_map["all"].extend(["expand"])
endpoint.openapi_types.update({"expand": (str,)})
endpoint.location_map.update({"expand": "query"})
endpoint.attribute_map.update({"expand": "expand"})Metadata
Metadata
Assignees
Labels
No labels