SparkPost / elixir-sparkpost

SparkPost client library for Elixir https://developers.sparkpost.com
Apache License 2.0
44 stars 14 forks source link

"Resource not found" when previewing template #38

Closed begedin closed 7 years ago

begedin commented 7 years ago

Seems the url is built incorrectly in the case of Template.preview. The url is generated as

"https://api.sparkpost.com/api/v1//templates/#{id}/preview"

Note the double dash. Should be a quick fix, so I'll submit a PR.

begedin commented 7 years ago

A swing and a miss. Seems this was a duplicate of #31