Vonage / vonage-go-sdk

A lightweight library to help Go users everywhere integrate with the Vonage APIs. Issues and PRs all really welcome!!
https://vonage.github.io/vonage-go-sdk/
Apache License 2.0
51 stars 32 forks source link

Add SMS examples to README #7

Closed lornajane closed 5 years ago

lornajane commented 5 years ago

Playing around with the lib a bit today and thought I'd add the SMS code examples I was using in case anyone else wants to do something similar.

codecov-io commented 5 years ago

Codecov Report

Merging #7 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master    #7   +/-   ##
====================================
  Coverage      26%   26%           
====================================
  Files          16    16           
  Lines         314   314           
====================================
  Hits           82    82           
  Misses        228   228           
  Partials        4     4

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a7052cd...eb31c64. Read the comment docs.

lornajane commented 5 years ago

I added a few more words, and laughed that the feedback was all on the words, not on the code samples :)

lornajane commented 5 years ago

@judy2k would love to get a little bit of documentation updated when you have some time