cardano-community / cardanosharp-koios

6 stars 6 forks source link

Update AssetAddress.cs #9

Closed T1busz closed 2 years ago

T1busz commented 2 years ago

Since Koios changed their response contract fields from "address" to "payment_address", see https://api.koios.rest/#get-/asset_address_list, this fix was necessary.

nothingalike commented 2 years ago

@T1busz my only comment on this is by updating the property name causes this to become a breaking change verses a minor hotfix.

Thoughts on just changing the JSON property and not the C# property?