wallabag.Api
1.5.0
.NET Standard 1.4
.NET Framework 4.5
Install-Package wallabag.Api -Version 1.5.0
dotnet add package wallabag.Api --version 1.5.0
<PackageReference Include="wallabag.Api" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add wallabag.Api --version 1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: wallabag.Api, 1.5.0"
#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 wallabag.Api as a Cake Addin
#addin nuget:?package=wallabag.Api&version=1.5.0
// Install wallabag.Api as a Cake Tool
#tool nuget:?package=wallabag.Api&version=1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
wallabag-api 
wallabag-api is a .NET library that integrates the wallabag API. An enhanced documentation can be found in the wiki.
Install it using NuGet:
Install-Package wallabag-api
The changelog can be found here.
Usage Example:
Get all favorites:
WallabagClient client = new WallabagClient("[YOUR_WALLABAG_URL]", "[YOUR_CLIENT_ID]", "[YOUR_CLIENT_SECRET]");
await client.RequestTokenAsync("username", "password");
List<WallabagItem> items = await client.GetItemsAsync(IsStarred: false);
Supported platforms
- All platforms that support .NET Standard 1.4 or higher.
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 | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
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.
-
.NETFramework 4.5
- Newtonsoft.Json (>= 11.0.1)
- PropertyChanged.Fody (>= 2.2.9)
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 11.0.1)
- PropertyChanged.Fody (>= 2.2.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 937 | 3/11/2018 |
1.4.7 | 806 | 7/8/2017 |
1.4.6 | 800 | 6/6/2017 |
1.4.4 | 839 | 6/6/2017 |
1.4.3 | 771 | 3/27/2017 |
1.4.0 | 812 | 3/26/2017 |
1.3.9 | 921 | 2/24/2017 |
1.3.8 | 837 | 1/22/2017 |
1.3.7 | 781 | 1/22/2017 |
1.3.6 | 821 | 1/21/2017 |
1.3.5 | 909 | 1/1/2017 |
1.3.4 | 999 | 12/14/2016 |
1.3.3 | 938 | 12/5/2016 |
1.3.2 | 859 | 11/11/2016 |
1.3.1 | 872 | 10/11/2016 |
1.3.0 | 821 | 10/2/2016 |
1.2.0 | 846 | 6/19/2016 |
1.1.4 | 858 | 6/10/2016 |
1.1.3 | 910 | 6/8/2016 |
1.1.2 | 863 | 6/6/2016 |
1.1.1 | 908 | 5/19/2016 |
1.1.0 | 934 | 5/18/2016 |
1.0.4 | 1,085 | 5/16/2016 |
1.0.3 | 998 | 5/15/2016 |
1.0.2 | 949 | 5/13/2016 |
1.0.1.39483 | 1,145 | 5/4/2016 |
1.0.0 | 864 | 5/3/2016 |
- Upgrade from PCL to .NET Standard (1.4)