Added docs.

This commit is contained in:
Erik C. Thauvin 2020-03-05 22:46:41 -08:00
parent de1b5caef4
commit fc4b25bda4
60 changed files with 829 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[docs](../../index.md) / [net.thauvin.erik.akismet](../index.md) / [Akismet](index.md) / [debugHelp](./debug-help.md)
# debugHelp
`var debugHelp: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) [(source)](https://github.com/ethauvin/akismet-kotlin/tree/master/src/main/kotlin/net/thauvin/erik/akismet/Akismet.kt#L199)
The `x-akismet-debug-help` header from the last operation, if any.
If the call returns neither `true` nor `false`, the `x-akismet-debug-help` header will provide context for any
error that has occurred.
Note that the `x-akismet-debug-help` header will not always be sent if a response does not return `false`
or `true`.
See the [Akismet API](https://akismet.com/development/api/#comment-check) for more details.