Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified the README.md to include a second example #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Modified the README.md to include a second example #40

wants to merge 2 commits into from

Commits on Apr 11, 2016

  1. Modified the README.md to include a second example

    Modified the README.md to include a second example where the account SID and
    auth token are embedded in the code rather than stored as environmental
    variables. This would allow a developer to compile a self-contained executable
    that could be run by end users without the need to create or understand
    environment variables. Also modified both examples to define sending and
    receiving phone number bindings to make it easier for the developer to
    read/configure.
    asparks1805 committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    2afd62a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Cleared the review notes for commit 2afd62a

    Cleared the review notes for commit 2afd62a (modified README for a second
    example). Modified the following:
    * Used to/from on phone bindings to match with Twilio's RESTful API
    * Alphabetized the imports
    * Used simpler Data.Text (Text) rather than qualified
    * Switched to 2 space indent from 4
    asparks1805 committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    0db82b6 View commit details
    Browse the repository at this point in the history