Added toPrice() extension.

This commit is contained in:
Erik C. Thauvin 2021-05-08 10:21:12 -07:00
parent cd76f2d9cb
commit 8cb6ac4c0b
3 changed files with 31 additions and 18 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='UTF-8'?>
<SmellBaseline>
<ManuallySuppressedIssues></ManuallySuppressedIssues>
<ManuallySuppressedIssues/>
<CurrentIssues>
<ID>ThrowsCount:CryptoPrice.kt$CryptoPrice.Companion$ @JvmStatic @JvmOverloads @Throws(CryptoException::class) fun apiCall(paths: List&lt;String&gt;, params: Map&lt;String, String&gt; = emptyMap()): String</ID>
<ID>ThrowsCount:CryptoPrice.kt$CryptoPrice.Companion$ @JvmStatic @JvmOverloads @Throws(CryptoException::class) fun apiCall(paths: List&lt;String>, params: Map&lt;String, String> = emptyMap()): String</ID>
<ID>UtilityClassWithPublicConstructor:CryptoPrice.kt$CryptoPrice</ID>
</CurrentIssues>
</SmellBaseline>