From 756555aa5aec3a18534d9399d053189156447035 Mon Sep 17 00:00:00 2001 From: XXIV <87272364+thexxiv@users.noreply.github.com> Date: Fri, 18 Feb 2022 08:13:29 +0200 Subject: [PATCH] Added dogapi (#2156) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 044cd7a..aed2935 100644 --- a/packages.json +++ b/packages.json @@ -25283,5 +25283,19 @@ "description": "Easy to use OTP library for Nim", "license": "Unlicense", "web": "https://github.com/dimspith/otplib" + }, + { + "name": "dogapi", + "url": "https://github.com/thexxiv/dogapi-nim", + "method": "git", + "tags": [ + "api-client", + "api-wrapper", + "dogapi" + ], + "description": "Dog API client", + "license": "Apache-2.0", + "web": "https://github.com/thexxiv/dogapi-nim", + "doc": "https://thexxiv.github.io/dogapi-nim" } ]