TagShelf.Alfred.ApiWrapper
0.2.0
See the version list below for details.
dotnet add package TagShelf.Alfred.ApiWrapper --version 0.2.0
NuGet\Install-Package TagShelf.Alfred.ApiWrapper -Version 0.2.0
<PackageReference Include="TagShelf.Alfred.ApiWrapper" Version="0.2.0" />
paket add TagShelf.Alfred.ApiWrapper --version 0.2.0
#r "nuget: TagShelf.Alfred.ApiWrapper, 0.2.0"
// Install TagShelf.Alfred.ApiWrapper as a Cake Addin #addin nuget:?package=TagShelf.Alfred.ApiWrapper&version=0.2.0 // Install TagShelf.Alfred.ApiWrapper as a Cake Tool #tool nuget:?package=TagShelf.Alfred.ApiWrapper&version=0.2.0
TagShelf.Alfred.ApiWrapper v0.2.0
Welcome to TagShelf.Alfred.ApiWrapper
v0.2.0! This .NET library is your gateway to integrating with the powerful Alfred API, designed to make document management tasks a breeze. From file uploads to job management and now, with our latest update, enhanced account functionalities – this wrapper has got you covered.
What's New in v0.2.0
- Introducing AccountDomain: Dive into the new
AccountDomain
where managing webhooks is now simpler than ever. With v0.2.0, setting up webhooks for real-time Alfred event notifications is just a method call away.
Features
- Comprehensive Authentication: Supports OAuth, HMAC, and API key authentication to connect securely with the Alfred API.
- Domain-Specific Operations: Enjoy structured access to Alfred's functionalities, including files, jobs, deferred sessions, and now account settings with webhooks.
- Cross-Platform Support: This library is designed for .NET Core, .NET Standard, and .NET Framework applications, ensuring broad compatibility.
Getting Started
To get started with TagShelf.Alfred.ApiWrapper
, simply add it to your project using NuGet:
dotnet add package TagShelf.Alfred.ApiWrapper --version 0.2.0
Quick Setup Example
Here's how to quickly set up a webhook using the new AccountDomain
:
var alfred = new Alfred("your_api_key"); // For API key authentication
var webhookRequest = new WebhookSetupRequest { Url = "https://yourapp.com/webhook-receiver" };
await alfred.Account.SetupWebhookAsync(webhookRequest);
Documentation & Resources
- Detailed Documentation: For a deep dive into all the capabilities of
TagShelf.Alfred.ApiWrapper
and how to use them, check out our official documentation. - Source Code: Interested in contributing or exploring the code? Visit our GitHub repository.
- NuGet Package: Stay updated with the latest versions by visiting our NuGet package page.
Feedback and Contributions
Your feedback and contributions are what help us improve and make TagShelf.Alfred.ApiWrapper
even better. Whether it's a feature request, bug report, or a contribution to the code, we welcome your input!
License
TagShelf.Alfred.ApiWrapper
is made available under the MIT License. For more details, see the LICENSE file in our GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.3)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
- System.Net.Http (>= 4.3.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Introducing AccountDomain with webhook setup support. See https://github.com/tagshelfsrl/dotnet-alfred-api-wrapper/releases for more details.