Added wrapper parameter to toJson/toPrice.

This commit is contained in:
Erik C. Thauvin 2021-05-27 11:41:43 -07:00
parent 6aaef8e089
commit fc861276ef
4 changed files with 151 additions and 52 deletions

View file

@ -3,6 +3,5 @@
<ManuallySuppressedIssues/>
<CurrentIssues>
<ID>ThrowsCount:CryptoPrice.kt$CryptoPrice.Companion$ @JvmStatic @JvmOverloads @Throws(CryptoException::class, IOException::class) fun apiCall(paths: List&lt;String>, params: Map&lt;String, String> = emptyMap()): String</ID>
<ID>ThrowsCount:CryptoPrice.kt$CryptoPrice.Companion$ @JvmStatic @Throws(CryptoException::class) fun String.toPrice(): CryptoPrice</ID>
</CurrentIssues>
</SmellBaseline>