RRosier / Akismet.NET

async .NET 4.0 portable class library for the Akismet anti-spam service
MIT License
1 stars 3 forks source link

Add test flag option #1

Open lelandrichardson opened 9 years ago

lelandrichardson commented 9 years ago

Hello,

Thanks for making this API! It's nice, simple, and light-weight!

This is a fairly trivial feature-request, but I think it could be nice to have. The Akismet API allows you to pass a is_test=true flag to have no side-effects. This would be helpful for developers setting up the API for the first time.

http://akismet.com/development/api/#getting-started

ahwm commented 2 years ago

I hadn't been able to find any that actually had full support for all of the API options (this one included) so I ended up writing my own that I could use for adding to Umbraco - it has is_test and honeypot support, for example.