FishbowlInventory.LegacyApi 1.0.3

dotnet add package FishbowlInventory.LegacyApi --version 1.0.3
NuGet\Install-Package FishbowlInventory.LegacyApi -Version 1.0.3
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="FishbowlInventory.LegacyApi" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FishbowlInventory.LegacyApi --version 1.0.3
#r "nuget: FishbowlInventory.LegacyApi, 1.0.3"
#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 FishbowlInventory.LegacyApi as a Cake Addin
#addin nuget:?package=FishbowlInventory.LegacyApi&version=1.0.3

// Install FishbowlInventory.LegacyApi as a Cake Tool
#tool nuget:?package=FishbowlInventory.LegacyApi&version=1.0.3

Fishbowl

Fishbowl Inventory Legacy API implementation in C#.NET

IMPORTANT NOTE:
  • I am not actively maintaining this repo project.
  • If you find issues - please reach out with a PR that would solve it. I would try to push NuGET with updates to help as soon as I can.
  • If anyone is interested to take over as maintainer - please contact me, thanks!

Latest NuGet Release:

This library can be used from NuGet channel:

Please note: This source and nuget are a work-in-progress. Not all API methods/calls have been included/tested.

Example Usage

Get user permissions

// Initialize the Fishbowl Inventory Legacy API client
using var client = new FishbowlInventoryApiClient("localhost", 28192, "Legacy API Test Client", "Tests the legacy API endpoints", 1234, "admin", "admin");

// Authenticate with the Fishbowl Inventory server
var userInfo = await client.LoginAsync();

if (userInfo == null) return false;

// Output User details
Console.WriteLine($"User Name:  {userInfo.FullName}");
Console.WriteLine($"Allowed Modules ({userInfo.AllowedModules.Length}):");
foreach (var module in userInfo.AllowedModules) Console.WriteLine($"  * {module}");
Console.WriteLine($"Server Version:  {userInfo.ServerVersion}");

// Terminate the Fishbowl Inventory user session
await client.LogoutAsync();

Documentation:

For further details on how to use/integrate the FishbowlInventory.LegacyApi package, please refer to the repository wiki page.

Fishbowl Inventory LEGACY API .NET SDK WIKI

Issues / Bugs:

If you have a query, issues or bugs, it means that you have shown interest in this project, and I thank you for that. Feel free to ask, suggest, report issue or post a bug here in context of this library use.

Please note: If your query/issue/bug is related to Fishbowl Inventory LEGACY API, I recommend posting it to the official Fishbowl Support forum.

You can find all of the methods to connect with me at my blog (ref. footer)

References:

Credits / Disclaimer:

  • Fishbowl Advanced logo used in this readme file is owned by and copyright of Fishbowl.
  • I am not affiliated with Fishbowl, this work is solely undertaken by me.
  • This library is not or part of the official set of libraries from Fishbowl and hence can be referred as Third party library for Fishbowl using .NET.

License

This work is licensed under:

The MIT License (MIT) Copyright (c) 2023 Josh Kirkpatrick

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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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
1.0.3 97 4/3/2024
1.0.2 143 9/27/2023
1.0.1 176 6/12/2023
1.0.0 132 6/11/2023