MikaelDui.Skolplattformen.Client
1.0.8
.NET 5.0
.NET Standard 2.0
This package has a SemVer 2.0.0 package version: 1.0.8+464ab6d.
Install-Package MikaelDui.Skolplattformen.Client -Version 1.0.8
dotnet add package MikaelDui.Skolplattformen.Client --version 1.0.8
<PackageReference Include="MikaelDui.Skolplattformen.Client" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MikaelDui.Skolplattformen.Client --version 1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MikaelDui.Skolplattformen.Client, 1.0.8"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install MikaelDui.Skolplattformen.Client as a Cake Addin
#addin nuget:?package=MikaelDui.Skolplattformen.Client&version=1.0.8
// Install MikaelDui.Skolplattformen.Client as a Cake Tool
#tool nuget:?package=MikaelDui.Skolplattformen.Client&version=1.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Skolplattformen .NET Client (unofficial)
An unofficial .NET client for Skolplattformen. You could use it to create your very own Skolplattformen app with, for example, Xamarin and Blazor!
Currently under development, everything hasn't been tested yet. Please create an issue if you encounter any problems.
Installation
You can install the NuGet package using the following command:
dotnet add package MikaelDui.Skolplattformen.Client --version *
Example
using SkolplattformenVardnadshavareClient client = new();
// Login with BankID
await client.TryAuthenticateAsync("121212-1212");
// Get the current user
var user = await client.GetUserAsync();
// Get children
var children = await client.GetChildrenAsync();
// Get the news for the first child
var news = await client.GetNewsAsync(children[0]);
Related
If you want a JavaScript version, check out the project kolplattformen/embedded-api.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- ActiveLogin.Identity.Swedish (>= 2.0.2)
- MikaelDui.Client.Base (>= 0.0.1)
- MikaelDui.Extensions (>= 1.0.21)
- MikaelDui.Net.Http (>= 0.0.5)
- System.Net.Http.Json (>= 6.0.0)
- System.Text.Json (>= 6.0.1)
-
.NETStandard 2.1
- ActiveLogin.Identity.Swedish (>= 2.0.2)
- MikaelDui.Client.Base (>= 0.0.1)
- MikaelDui.Extensions (>= 1.0.21)
- MikaelDui.Net.Http (>= 0.0.5)
- System.Net.Http.Json (>= 6.0.0)
- System.Text.Json (>= 6.0.1)
-
net5.0
- ActiveLogin.Identity.Swedish (>= 2.0.2)
- MikaelDui.Client.Base (>= 0.0.1)
- MikaelDui.Extensions (>= 1.0.21)
- MikaelDui.Net.Http (>= 0.0.5)
-
net6.0
- ActiveLogin.Identity.Swedish (>= 2.0.2)
- MikaelDui.Client.Base (>= 0.0.1)
- MikaelDui.Extensions (>= 1.0.21)
- MikaelDui.Net.Http (>= 0.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This library hasn't even been test run yet.