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

Fix incorrect event url type #2

Closed uroshercog closed 6 years ago

uroshercog commented 6 years ago

The Nexmo API requires the _eventurl property of the request body to be an array instead of just a string

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@         Coverage Diff          @@
##           master    #2   +/-   ##
====================================
  Coverage      26%   26%           
====================================
  Files          16    16           
  Lines         314   314           
====================================
  Hits           82    82           
  Misses        228   228           
  Partials        4     4
Impacted Files Coverage Δ
structs.go 100% <ø> (ø) :arrow_up:

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 d5b75c8...9b87924. Read the comment docs.