From f7e3ba6aebb42c80e96e644de75a9ee00d8c421b Mon Sep 17 00:00:00 2001 From: Paul Wilde <31094984+pswilde@users.noreply.github.com> Date: Tue, 22 Aug 2023 07:45:39 +0100 Subject: [PATCH] added bc_webservices (#2690) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 8addcb8..771b82c 100644 --- a/packages.json +++ b/packages.json @@ -31247,5 +31247,20 @@ "description": "Library to encode and decode data using Reed-Solomon correction codes.", "license": "MIT", "web": "https://github.com/lscrd/Reed-Solomon" + }, + { + "name": "bc_webservices", + "url": "https://codeberg.org/pswilde/bc_webservices", + "method": "git", + "tags": [ + "library", + "Business Central", + "Microsoft Dynamics 365", + "OData", + "REST API" + ], + "description": "Library to authenticate and make requests to Microsoft Dynamics 365 Business Central web services", + "license": "GPL-3.0-only", + "web": "https://codeberg.org/pswilde/bc_webservices" } ]