From a0177ecfd13dc3d74cddd9b2eb0751c6e34e9ebc Mon Sep 17 00:00:00 2001 From: Filip Vybihal <101115161+filvyb@users.noreply.github.com> Date: Sun, 17 Sep 2023 21:56:28 +0200 Subject: [PATCH] Added package Nimbooru --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 63f9f84b2..e1fa414ac 100644 --- a/packages.json +++ b/packages.json @@ -31450,5 +31450,20 @@ "description": "The easiest way to interact with a graphql api", "license": "LGPL-3.0-or-later", "web": "https://github.com/arashi-software/zuhyo" + }, + { + "name": "nimbooru", + "url": "https://github.com/filvyb/nimbooru", + "method": "git", + "tags": [ + "api", + "async", + "wrapper", + "booru", + "gelbooru" + ], + "description": "Basic wrapper for APIs of various Boorus", + "license": "LGPL-3.0-or-later", + "web": "https://github.com/filvyb/nimbooru" } ]