From 53db7fd4ce4abcf4fb6eec07de4fe7a5e515955e Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Wed, 8 Jan 2020 10:52:55 -0300 Subject: [PATCH] Added package bcra (#1306) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fec2deb..1e9456b 100644 --- a/packages.json +++ b/packages.json @@ -15972,5 +15972,18 @@ "description": "WebDAV Client for Nim", "license": "MIT", "web": "https://github.com/beshrkayali/webdavclient" + }, + { + "name": "bcra", + "url": "https://github.com/juancarlospaco/nim-bcra", + "method": "git", + "tags": [ + "argentina", + "bank", + "api" + ], + "description": "Central Bank of Argentina Gov API Client with debtor corporations info", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-bcra" } ]