TagShelf.Alfred.ApiWrapper 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package TagShelf.Alfred.ApiWrapper --version 0.1.0
NuGet\Install-Package TagShelf.Alfred.ApiWrapper -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TagShelf.Alfred.ApiWrapper" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TagShelf.Alfred.ApiWrapper --version 0.1.0
#r "nuget: TagShelf.Alfred.ApiWrapper, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TagShelf.Alfred.ApiWrapper as a Cake Addin
#addin nuget:?package=TagShelf.Alfred.ApiWrapper&version=0.1.0

// Install TagShelf.Alfred.ApiWrapper as a Cake Tool
#tool nuget:?package=TagShelf.Alfred.ApiWrapper&version=0.1.0

Release Notes: TagShelf.Alfred.ApiWrapper v0.1.0 πŸŽ‰

Hey there, folks! πŸš€ We're super excited to roll out the very first release of the TagShelf.Alfred.ApiWrapper! This release is all about making your interactions with the Alfred API as smooth as butter, whether you're working on a cutting-edge .NET Core project or navigating the charming seas of .NET Framework 4.7.2. Let's dive into what makes this release special:

What’s New? 🌟

  • Comprehensive Authentication: Jumpstart your Alfred API journey with our seamless support for OAuth, HMAC, and API key authentication methods. Securely connect with Alfred in the blink of an eye!
  • Domain-Specific Operations Galore: We're bringing you the power to effortlessly manage Tags, Jobs, Files, Deferred Sessions, and those oh-so-important Data Points, all through a beautifully structured, strongly-typed interface. It's like having a Swiss Army knife for document management!
  • Cross-Platform Compatibility: Whether you're cozying up with .NET Core, sticking to the tried-and-true .NET Framework, or exploring the vast expanse of .NET Standard, we've got you covered. This wrapper plays nice across the board.
  • Minimal Dependencies: We know no one likes getting tangled in dependency hell. That's why we've kept things light and easy, ensuring a smooth integration into your projects without any fuss.

Get Started in No Time πŸš€

Getting this wrapper into your project is a breeze. Just a quick command in NuGet, and you'll be all set to explore the endless possibilities with Alfred.

```bash dotnet add package TagShelf.Alfred.ApiWrapper ```

How to Use It? πŸ€”

Here's a little teaser to get you going:

  1. Creating the Alfred client is as easy as pie with our factory setup. Whether you're using an API key or diving into OAuth/HMAC, we've streamlined the process to get you up and running in no time.

  2. Performing operations across different domains is a walk in the park. Want to upload a file, create a job, or fetch those juicy metadata values? We've laid out all the tools you need, ready at your fingertips.

Dive Deeper 🌊

We’ve sprinkled the README with all the magic spells you'll need - from initialization incantations to enchantments for domain-specific operations. Whether you’re a seasoned wizard or a curious apprentice, there’s something in there for everyone.

Join the Party πŸŽ‰

Got ideas to make the TagShelf.Alfred.ApiWrapper even more awesome? We're all ears! Fork, tweak, and hit us with a pull request. Let's make document management something to look forward to.

A Big Thank You! πŸ™Œ

A massive shoutout to everyone who's been part of this journey. Your insights, contributions, and support have been the wind beneath this project's wings. Here's to many more milestones together!

License πŸ“œ

Freely explore and integrate TagShelf.Alfred.ApiWrapper under the MIT License. For more details, check out the LICENSE file.

That's all for now! We hope you enjoy this release as much as we enjoyed building it. Here's to making document management a breeze and to a future where your creativity knows no bounds with TagShelf.Alfred.ApiWrapper.

Catch you on the flip side! πŸš€

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
0.2.0 260 2/13/2024
0.1.0 89 2/5/2024

Initial release of TagShelf.Alfred.ApiWrapper, supporting comprehensive authentication, domain-specific operations, and cross-platform compatibility.