Skip to content
Snippets Groups Projects
Commit 0ac4ec89 authored by Klaus Fischer's avatar Klaus Fischer
Browse files

Coverted JSON Schema to C# classes

parent b5ea83bc
No related branches found
No related tags found
1 merge request!3Feature/440 mvp net sdk part 1
......@@ -7,4 +7,8 @@
<RootNamespace>FitConnect.Models</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
</Project>
This diff is collapsed.
This diff is collapsed.
......@@ -8,12 +8,12 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Models\Models.csproj"/>
<ProjectReference Include="..\RestService\RestService.csproj"/>
<ProjectReference Include="..\Models\Models.csproj" />
<ProjectReference Include="..\RestService\RestService.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
</ItemGroup>
</Project>
......@@ -25,13 +25,24 @@
## Links
### Documentation
- [SDK-Konzept im Wiki](https://wiki.fit-connect.fitko.dev/de/Konzeption/Konzeption_SDK)
- [inoffizielles Python-SDK](https://github.com/codedust/fitconnect-sdk-python)
- [Project management](https://wiki.fit-connect.fitko.dev/de/PM_PUBLIC/Projektvorgehensmodell)
- [Wiki SDK Description](https://wiki.fit-connect.fitko.dev/de/PM_PUBLIC/Epics/SDK_Initialisierung)
- [Containing GitLab](https://git.fitko.de/)
- [Board filtered for SDK](https://git.fitko.de/fit-connect/planning/-/boards/44?label_name%5B%5D=component%3A%3ASDK)
- [Documentation](https://docs.fitko.de/fit-connect/docs/getting-started/first-steps/)
- [FitConnect First Steps](https://docs.fitko.de/fit-connect/docs/getting-started/first-steps/)
- [Security Event Token Requirements](https://wiki.fit-connect.fitko.dev/de/Konzeption/Security_Event_Token_Future)
- [glossary](https://docs.fitko.de/fit-connect/docs/glossary/)
### Helper
- [Create C# class from JSON schema](https://app.quicktype.io/?l=csharp)
## Values for testing
| Topic | Value | Description |
|:-------------------|:---------------|:----------------------------------------|
| Leika Key | 99099002067003 | Deutsche Staatsangehörigkeit beantragen |
| Gemeinde Schlüssel | 09 3 72 126 | Furth im Wald |
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment