From de1f5d47a5e8f4febdb546b9e16addaab0ed4062 Mon Sep 17 00:00:00 2001 From: Filip Vybihal <101115161+filvyb@users.noreply.github.com> Date: Mon, 18 Sep 2023 04:29:14 +0200 Subject: [PATCH] Added package Nimbooru (#2711) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 63f9f84..e1fa414 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" } ]