tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
442 stars 28 forks source link

Use unified currency API endpoint #76

Closed tiffany352 closed 4 years ago

tiffany352 commented 4 years ago

Currently Rink separately downloads and parses BTC stats as json and ECB stats as xml.

This change replaces that with a unified endpoint that sends definitions directly in a format Rink understands, which means that there is no need for an XML parser in Rink anymore.

Pros

Cons

Bonus