Commit graph

49 commits

Author SHA1 Message Date
b95e1541fb
Added JokeResponse data class 2024-12-25 18:04:40 -08:00
5ac8f910b5
Only throw an HTTP error if the response body is empty 2024-12-22 20:33:44 -08:00
37517a2845
Updated dependencies
Bumped Kotlin to version 2.1.0
Bumped Kotlin extension to version 1.0.3
Bumped Dokka extension to version 1.0.2
Bumped JUnit to 5.11.4
Bumped UrlEncoder to version 1.6.0
2024-12-22 20:27:53 -08:00
76f78a8688
Made sure the connection is disconnected 2024-12-22 15:01:13 -08:00
137201c3e7
Updated copyright 2024-09-21 13:10:08 -07:00
6bd1aed18f
Updated dependencies
Bumped Kotlin to version 2.0.20
Bumped Junit to verson 5.11.0
2024-09-11 01:07:15 -07:00
da0af8552e
Updated various SNAPSHOT dependencies 2024-07-12 15:02:18 -07:00
a7db176830
Make config constructor private 2024-05-26 00:27:45 -07:00
e6bfcdad80
Reworked config builder.
Added parameters' documentation.
2024-05-25 20:15:32 -07:00
e925f7a1c2
Bumped Kotlin to version 2.0.0 2024-05-23 22:12:13 -07:00
e81c6a0492
Bumped AssertK to version 0.28.1 2024-05-10 11:12:41 -07:00
e8deffa5ef
Bumped UrlEncoder to version 1.5.0 2024-05-10 11:08:20 -07:00
ab15abe11f
Bumped org.json to version 20240303 2024-05-10 11:06:51 -07:00
185836c91a
Bumped Kotlin to version 1.9.24 2024-05-10 11:05:16 -07:00
cb0c2efd4f Bumped bld to 1.9.0 2024-02-26 17:41:33 -08:00
1a3c7fbac2 Minor cleanups 2024-01-31 18:05:32 -08:00
89b51307b3 Bumped bld to 1.8.0 2024-01-31 15:50:19 -08:00
2b4a7e5534 Updated version in README 2023-11-26 00:37:31 -08:00
79ab2287d3 Version 0.9.1 2023-11-26 00:13:19 -08:00
bddd116090 Added detekt extension 2023-11-25 21:23:05 -08:00
21fffc19a2 Upgraded to Kotlin 1.9.21 2023-11-23 18:00:16 -08:00
f613b8cdfc Switched from Gradle to bld 2023-11-08 22:15:17 -08:00
1c0b71373a Cleanup before 0.9.0 release 2023-09-23 16:32:25 -07:00
cd83485c64 Replace getJoke() and getJokes with joke() and jokes() [Breaking] 2023-09-01 15:14:52 -07:00
bd3ee412fe Switched to UrlEncoder 2023-02-23 12:17:21 -08:00
a000f0d72d Minor cleanup 2023-02-18 00:59:26 -08:00
2a17c42737 Converted utility classes to objects 2023-02-03 00:09:32 -08:00
88be433719 Updated copyright 2023-01-28 21:39:47 -08:00
7c96301dc0 Minor cleanup 2023-01-28 21:17:45 -08:00
f5ecf2d1b4 Added BeforeAllTests class 2023-01-28 21:11:32 -08:00
888c9eddfd Cleaned up parameters 2022-10-11 09:23:33 -07:00
0824c8f059 Removed confusing aliases 2022-10-09 11:27:00 -07:00
de30b3f638 Moved Kotlin-only functions to top-level 2022-10-08 22:36:01 -07:00
9435df289a Added ability to retrieve multiple jokes 2022-10-07 01:43:02 -07:00
77b62fc6dc Improved KDoc 2022-10-05 23:03:07 -07:00
bfcbafc05a Added KDoc 2022-10-05 02:00:02 -07:00
3e3c3db20f Cleaned up more tests 2022-10-04 12:54:09 -07:00
8c3243fb52 Cleaned up test with assertk 2022-10-03 11:02:35 -07:00
6925d68db7 Added configuration builder 2022-09-26 14:22:13 -07:00
a2636f404d Fixed parameter encoding 2022-09-24 22:13:38 -07:00
3a5b0cb427 Fixed README links 2022-09-23 23:38:28 -07:00
a41119d195 Split tests 2022-09-23 23:18:26 -07:00
9b5047e5fa Added apiCall function 2022-09-23 23:17:48 -07:00
f07b1a4258 Added more logging and tests 2022-09-23 04:24:23 -07:00
c27321d31a Added httpError function
Renamed apiCall to getRawJoke
Added HTTP Error Exception class
Added models and exceptions
2022-09-23 00:45:18 -07:00
733c76f447 Added splitNewLine parameter 2022-09-21 23:34:43 -07:00
473d3dc5f0 Cleaned up tests 2022-09-21 22:34:57 -07:00
781535bce2 Converter type parameter to a single value 2022-09-21 22:34:29 -07:00
39faa04174 Initial commit. 2022-09-21 02:50:11 -07:00