csharp-sparkpost icon indicating copy to clipboard operation
csharp-sparkpost copied to clipboard

C# Client Library for SparkPost Email Service

Results 44 csharp-sparkpost issues
Sort by recently updated
recently updated
newest added

could you please add a template update method? https://developers.sparkpost.com/api/templates.html#templates-update-put

I'm attaching a `.json` file (named "data.json") with type `application/json` via `File.Create(byte[], string)` and getting this response when sending the transmission: ``` Response: 422 Unprocessable Entity. Content: { "errors": [...

And a request: Can you start setting your useragent along the pattern of csharp-sparkpost/1.0.0 with your next release? We want to be able to track usage of our client libraries...

While working with a user [here](https://sparkpost-community.slack.com/archives/csharp/p1461681177000126) I received an example JSON output from him. He is running: `` This is the JSON I received: ``` { "Id": null, "State": null,...

bug

https://support.sparkpost.com/customer/en/portal/articles/2560839-how-do-i-test-using-the-sink-server-on-sparkpost-?b_id=7411 It would be nice for the library to have some support around this. The simplest option, which is how some other ESPs manage it, would be to have a...

I'm not going with the "Is Alive" check as suggested in #104, but we could offer support to get account information. Then @Jetski5822 can make the web call himself, if...

This library worked like a charm under Windows and .NET 4.5, but when trying to run the same app under Mono, it crashed somewhere inside the sending logic with a...

http://www.mono-project.com/docs/about-mono/releases/3.12.0/#cert-sync http://www.mono-project.com/docs/faq/security/ ``` ---> 3f629e821e04 Removing intermediate container d73c363a1d2d Step 5 : RUN nuget update -self ---> Running in 7919caa87365 Added file 'NuGet.Config' to folder '/root/.config/NuGet'. Checking for updates from...

This is an initial stab at issue #50. I have put the classes in the SparkPost.WebHooks namespace. I am not 100% convinced that this is the right name for them....

enhancement