Skip to content

Releases: tagshelfsrl/dotnet-alfred-api-wrapper

Release v0.3.0

23 Jul 14:00
3dbf27d
Compare
Choose a tag to compare

What's New in TagShelf.Alfred.ApiWrapper v0.3.0 🌈✨

Hey there, awesome folks! 🎉 We're back with another exciting update to your favorite .NET library, TagShelf.Alfred.ApiWrapper. Version 0.3.0 is rolling out, and it's packed with features that'll make managing your Alfred account smoother than ever. Let's not keep the suspense rolling – here’s what we’ve got for you:

Enhanced README with Code Examples 📚

We've revamped the README file with detailed code examples to provide better guidance to users and developers. These examples illustrate the usage of various features and functionalities of the project, making it easier than ever to get started and utilize Alfred's .NET library to its full potential.

Updated README Info 📝

We've ensured that all information in the README file is accurate and up-to-date, reflecting the latest changes and improvements. This includes clearer instructions, updated dependencies, and the latest feature highlights to keep you informed and ready to go.

Your Feedback Fuels Us 💌

Got ideas, found a bug, or just wanna chat? We're all ears! Your feedback is what helps us grow and make Alfred's .NET library even better. Don't be shy; drop us a line, or better yet, fork the repo and show us what you've got!

A Big High-Five to Our Contributors 🙌

To everyone who's been a part of this journey – whether by contributing code, reporting bugs, or just spreading the word – you rock! Let's keep this amazing momentum going.

Ready, Set, Update! 🎈

Head over to our GitHub repository and grab the latest version to start enjoying these new features. And remember, the best is yet to come!

Catch you later, and happy coding! 🚀

Release v0.2.0

13 Feb 19:57
Compare
Choose a tag to compare

What's New in TagShelf.Alfred.ApiWrapper v0.2.0 🌈✨

Hey there, awesome folks! 🎉 We're back with another exciting update to your favorite .NET library, TagShelf.Alfred.ApiWrapper. Version 0.2.0 is rolling out, and it's packed with features that'll make managing your Alfred account smoother than ever. Let's not keep the suspense rolling – here’s what we’ve got for you:

Spotlight Feature: Account Domain 🚀

Hello, Webhooks! 🎣 Ever wanted a way to get real-time notifications from Alfred right into your app? Say no more! With the new AccountDomain, setting up webhooks is as easy as pie. Get notified instantly for all the important events happening in your Alfred universe.

Under the Hood

  • WebhookSetupRequest & WebhookSetupResponse: Introduced these shiny new models to help you effortlessly set up and manage webhooks. It's all about making the data dance the way you want!

  • Slick Integration: We've seamlessly woven the AccountDomain into the fabric of Alfred (okay, the API wrapper, but who's counting?). Access account management functionalities right from the heart of your application.

Get Started in a Snap! 🌟

Wanna dive into the webhook goodness? Here's a little teaser to get you started:

var webhookRequest = new WebhookSetupRequest { Url = "https://yourapp.com/webhook-receiver" };
await alfred.Account.SetupWebhookAsync(webhookRequest);

Imagine all the cool stuff you can do with real-time data at your fingertips!

We're Just Getting Started! 🛠

This update lays the groundwork for more thrilling account-related features down the road. We've got big plans, and we're just getting warmed up!

Your Feedback Fuels Us 💌

Got ideas, found a bug, or just wanna chat? We're all ears! Your feedback is what helps us grow and make TagShelf.Alfred.ApiWrapper even more fabulous. Don't be shy; drop us a line, or better yet, fork away and show us what you've got!

A Big High-Five to Our Contributors 🙌

To everyone who's been a part of this journey – whether by contributing code, reporting bugs, or just spreading the word – you rock! Let's keep this amazing vibe going.

Ready, Set, Update! 🎈

Head over to NuGet and grab the latest version to start enjoying these new features. And remember, the best is yet to come!

Catch you later, and happy coding! 🚀

Release v0.1.0

05 Feb 07:17
Compare
Choose a tag to compare

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.

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! 🚀