typesafe / mnailgun

A simple .Net wrapper library for the Mailgun API that allows you to send messages, create web hooks, manage mailboxes, etc. with minimal effort.
Other
35 stars 25 forks source link

Update FormParts Creation to Fix Issue #3 #4

Closed robcthegeek closed 11 years ago

robcthegeek commented 11 years ago

OK, so I threw this together pretty quick, so there may be some minor issues..

I've pulled the FormParts construction out into a separate class so we can test in isolation, so if we get any further issues with Param generation, it should be a snap to fix.

Let me know your thoughts, hope this helps!

typesafe commented 11 years ago

Hey @robcthegeek, sorry for the late response. I'll pick this up this weekend the latest!

robcthegeek commented 11 years ago

No worries @typesafe - that would be awesome and much-appreciated my friend. Thank you!

Do shout if you want any amendments made.

typesafe commented 11 years ago

@robcthegeek, just to let you know that the nuget package is up-to-date now as well.

robcthegeek commented 11 years ago

Hey @typesafe - awesome, thanks so much!