New API project with code skeleton

This commit is contained in:
2026-02-04 21:01:21 +02:00
parent d727e1af47
commit 03fceb019f
10 changed files with 580 additions and 0 deletions

8
api/nuget.config Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>