Skip to content

Code samples in README.md contain errors #10

Open
@digitalfuller

Description

@digitalfuller

Code for the "Send an SMS" example has two errors:

  1. Missing using System.Linq; statement.
  2. Missing semicolon on line 31.

Code for the "Send an MMS" has two errors:

  1. Missing using System.Linq; statement.
  2. Missing SendMessagesResponse result = messages.CreateSendMessages(request); on line 39

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