Commit graph

47 commits

Author SHA1 Message Date
3fa34848f5 Moved from Gradle to bld 2023-11-23 23:15:24 -08:00
0202ca0be6 Java 20 deprecation cleanup 2023-10-18 21:44:11 -07:00
ca6e0e2f0f Minor cleanup 2023-09-27 18:06:36 -07:00
fc77b73399 Added pin config builder. Closes #10 2023-09-27 17:25:00 -07:00
628481606c Fixed potential resource leak. Closes #11 2023-09-27 17:24:48 -07:00
1e2f2ccee9 Upgraded to Kotlin 1.7.20 2022-09-30 22:45:46 -07:00
c48a9c902e Updated dependencies and copyright. 2022-01-03 12:15:42 -08:00
8673b17ed5 Cleaned up null handling. 2022-01-03 12:15:11 -08:00
2cd3b9cd61 Upgraded to Kotlin 1.5.31 and JDK 17. 2021-10-01 22:39:53 -07:00
ba4a374853 Replaced List of pairs with Map. 2021-05-23 12:30:14 -07:00
5ed71cb447 Added random URL for testing. 2021-05-21 14:06:03 -07:00
65c736cc23 Improved excepetions handling. 2021-05-02 14:13:12 -07:00
2d20d0292d Updated copyright. 2021-03-21 18:41:09 -07:00
d3b6fb50d1 Catch all IOExceptions in executeMethod. Closes #2 2020-08-19 16:41:45 -07:00
505eee98f0 Implemented using HttpLoggingInterceptor instead of manual logging. Closes #3. 2020-08-19 16:29:46 -07:00
0f0e87bb6a Upgraded to Gradle 6.6 and Kotlin 1.4.0. 2020-08-18 11:39:40 -07:00
f820434211 Code cleanup. 2019-05-26 20:58:41 -07:00
f39020b276 Suppress member visibility on logger field. 2019-05-26 20:35:28 -07:00
462c0813bf Made parseMethodResponse() internal. 2019-05-26 18:13:20 -07:00
925f3fca08 Updated copryright. 2019-04-24 00:41:49 -07:00
1093ea1625 Implemented parseMethodResponse. 2019-04-13 04:48:30 -07:00
08868de3d7 Fix test for CI. 2019-04-04 15:31:39 -07:00
3dc0f2902e Added more constructors tests. 2019-04-04 10:36:17 -07:00
6d8a2c17b3 Newlines and spacing fixes. 2019-03-15 13:15:52 -07:00
fd7d31775a Fixed detekt warnings. 2018-07-11 15:26:43 -07:00
7ef125db3b Added klint checks. 2018-06-30 23:27:34 -07:00
33aa824ad9 Fixed kDoc. 2018-06-26 13:55:16 -07:00
e30e4b7003 Fixed kDoc. 2018-06-26 12:41:02 -07:00
329e1ac440 Added KDoc package description. 2018-06-22 17:14:19 -07:00
483f794966 Fixed typo. 2018-06-20 15:37:00 -07:00
6b83c74322 Added KDoc documentation. 2018-06-19 20:37:20 -07:00
3c3a21a05f Moved examples to samples. 2018-06-19 20:36:41 -07:00
96695c8bfd Updated copyright. 2018-01-16 14:31:06 -08:00
b4d411726f Added constructor to specify a property file path directly. 2017-11-08 22:09:20 -08:00
95428c22f8 Fixed example. 2017-11-08 20:10:48 -08:00
e857d3d3aa Added retrieving API token from a local property or environment variable. 2017-11-08 01:03:22 -08:00
2521edba46 Reformat. 2017-11-04 12:11:27 -07:00
1d36d78bf4 Added getting Pinboard API token from (CircleCI) environment variable. 2017-11-04 00:21:24 -07:00
1cfda5f72b Added test for token missing ':' 2017-10-30 15:46:36 -07:00
87c70329d1 Fixed apiToken validation, blank OR not contains ':' 2017-10-30 15:46:10 -07:00
f2c3cdca73 Fixed syntax. 2017-10-30 15:45:27 -07:00
f41f6c8847 Fixed typos. 2017-10-30 15:44:44 -07:00
b9714a067d Added tests. 2017-10-30 15:23:10 -07:00
423d8494c2 Exposed apiToken. 2017-10-30 15:22:50 -07:00
d68d9895d8 Improved logging. 2017-05-17 18:13:54 -07:00
87f6a91094 Refactoring. 2017-05-17 11:37:32 -07:00
2ee3568e40 Initial commit. 2017-05-17 00:41:35 -07:00