Skip to content

expand not supported #44

@zach-waggoner

Description

@zach-waggoner

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions