Exchange用于Open Exchange Rates API的golang接口-Golang开发

时间:2024-06-15 11:28:59
【文件属性】:

文件名称:Exchange用于Open Exchange Rates API的golang接口-Golang开发

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-15 11:28:59

Golang Third-party APIs

dinero dinero是一个Go客户端库,用于访问Open Exchange Rates API(https://docs.openexchangerates.org/docs/)。 所请求的任何外汇汇率都将被缓存(内存中),并以基础货币为关键字。 通过可自定义的ex dinero,dinero是一个Go客户端库,用于访问Open Exchange Rates API(https://docs.openexchangerates.org/docs/)。 所请求的任何外汇汇率都将被缓存(内存中),并以基础货币为关键字。 使用可自定义的到期窗口,后续请求将使用缓存的数据或相应地获取新数据。 安装开始get -u github.com/mattevans/dinero用法初始化//初始化dinero客户端传递.... //-您的OXR应用程序ID //--用于进行转换的基础货币代码//-


【文件预览】:
dinero-master
----go.mod(103B)
----.github()
--------FUNDING.yml(571B)
----go.sum(203B)
----currencies.go(1KB)
----currencies_test.go(741B)
----.travis.yml(48B)
----LICENSE(1KB)
----cache.go(1KB)
----README.md(3KB)
----cache_test.go(1022B)
----rates_test.go(1KB)
----dinero.go(5KB)
----rates.go(2KB)
----CHANGELOG.md(94B)

网友评论