8000 Small problem in the README · Issue #21 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content
Small problem in the README #21
Closed
Closed
@evan2m

Description

@evan2m

Looks like:

    call = client.calls.make(to="9991231234", from_="9991231234",
                             url="http://foo.com/call.xml")

Should be:

    call = client.calls.create(to="9991231234", from_="9991231234",
                             url="http://foo.com/call.xml")

Metadata

Metadata

3674

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

      0