Skip to content

Generate overloads that don't require passing DTOs #3

@petrpavlik

Description

@petrpavlik

To support this

await client.send_email(
            to=to,
            subject=subject,
            body=markdownBody,
            body_format=EmailBodyFormat.MARKDOWN,
        )

instead of this

await client.send_email(
            SendEmail(
                to=to,
                subject=subject,
                body=markdownBody,
                body_format=EmailBodyFormat.MARKDOWN,
            )
        )

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