Commit graph

108 commits

Author SHA1 Message Date
0e6d9921f6 Added ifNull() extension function. 2019-09-24 16:52:49 -07:00
697e74da79 Added Akismet Servlet example. 2019-09-23 21:05:23 -07:00
47210fd592 The basics for now. 2019-09-23 18:31:28 -07:00
b8df369f0a Cleanup. 2019-09-23 18:31:17 -07:00
8702c6511d Moved static functions to companion object. 2019-09-23 16:29:16 -07:00
1815093f5f Fix for CircleCI, maybe. 2019-09-23 15:06:43 -07:00
c63d1be70c Added CI configs. 2019-09-23 14:57:06 -07:00
2c49a88df4 Workaroud Dokka issue on Windows 2019-09-23 14:07:56 -07:00
7e3c7c1190 Cleanup. 2019-09-23 11:23:44 -07:00
befd8bfc3f Added more types. 2019-09-23 11:22:25 -07:00
9e6507392e Improved examples. 2019-09-22 23:54:38 -07:00
1595c7c238 Added more tests. 2019-09-22 23:32:48 -07:00
d100fdf7ed Improved reset() testing. 2019-09-22 22:53:03 -07:00
ade07b3863 Implemented appUserAgent instead of application name/version.
Cleaned up javadoc.
2019-09-22 22:52:41 -07:00
8a20a5cdb2 Implemented errorMessage and JSON (de)serialization. 2019-09-22 12:03:53 -07:00
139048d7c4 Added buildUserAgent() test. 2019-09-22 00:11:02 -07:00
0ed7d0c06c Cleanup. 2019-09-22 00:10:40 -07:00
72ae537e48 Updated tests. 2019-09-21 22:25:56 -07:00
0cdddcfd2c Added getNonNullHeader() extension function. 2019-09-21 22:25:42 -07:00
8f67066f92 Added toString() function. 2019-09-21 22:24:57 -07:00
0116bcdbb4 Implemented trueOnError support. 2019-09-21 22:24:22 -07:00
a74dd56c68 Added reset() function. 2019-09-21 22:23:36 -07:00
6590668e65 Fixed API key simple validity checks. 2019-09-21 22:22:37 -07:00
8a69ac58e2 Updated documentation. 2019-09-21 22:21:54 -07:00
09fad07dc0 Added buildUserAgent() function. 2019-09-21 22:18:51 -07:00
ef74c7e5d8 Reworked constructors to match the API. 2019-09-21 00:06:34 -07:00
d4d97cd40a Added external documentation. 2019-09-21 00:05:50 -07:00
ca4c87b3cf Cleanup. 2019-09-20 20:39:33 -07:00
9993309a0f Added response property tests. 2019-09-20 20:39:07 -07:00
14079ba018 Added isDiscard and response properties. 2019-09-20 15:24:30 -07:00
7e3cd3b19f Updated examples. 2019-09-20 07:03:05 -07:00
2549b97aa9 Added named arguments to be safe. 2019-09-20 06:48:08 -07:00
68144275b2 Added AkismetComment class. 2019-09-20 06:33:58 -07:00
e107f476bd Reworked dateToGmt functions. 2019-09-20 06:33:29 -07:00
e0bffe9e2d Added editorconfig and gitattributes. 2019-09-20 01:10:45 -07:00
9d3f421cde Added license. 2019-09-20 01:09:01 -07:00
c1522ff902 Moved mockito to test implementation. 2019-09-20 01:08:39 -07:00
786c6d69a8 Added POM. 2019-09-20 00:47:14 -07:00
47513799ca Added Examples. 2019-09-20 00:46:55 -07:00
bb190b5a65 Moved servlet-api to compile dependency. 2019-09-20 00:46:22 -07:00
1a2fa5273f Added isTest property. 2019-09-20 00:45:37 -07:00
a7f6b6a6c4 Addded blog property test. 2019-09-19 19:37:27 -07:00
bc12aded51 Fixed typo. 2019-09-19 19:36:37 -07:00
8e2e7e1649 Replaced getApiKey() with getKeys().
Added spam author and email.
2019-09-19 18:08:59 -07:00
69950df25e blog is now a property. 2019-09-19 18:08:44 -07:00
980634c8ce Added version template. 2019-09-19 18:07:38 -07:00
65e694e527 Added package documentation. 2019-09-19 18:07:05 -07:00
247192757e Fixed typo. 2019-09-19 12:31:42 -07:00
acac309c35 Made sure optional server parameters are included. 2019-09-19 12:31:09 -07:00
66fdd46fd8 Added submitHam and submitSpam tests. 2019-09-19 12:29:55 -07:00