FishbowlInventory.LegacyApi
1.0.5
See the version list below for details.
dotnet add package FishbowlInventory.LegacyApi --version 1.0.5
NuGet\Install-Package FishbowlInventory.LegacyApi -Version 1.0.5
<PackageReference Include="FishbowlInventory.LegacyApi" Version="1.0.5" />
paket add FishbowlInventory.LegacyApi --version 1.0.5
#r "nuget: FishbowlInventory.LegacyApi, 1.0.5"
// Install FishbowlInventory.LegacyApi as a Cake Addin #addin nuget:?package=FishbowlInventory.LegacyApi&version=1.0.5 // Install FishbowlInventory.LegacyApi as a Cake Tool #tool nuget:?package=FishbowlInventory.LegacyApi&version=1.0.5
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:
- Fishbowl Inventory Legacy API Package - Version 1.0.5:
Install-Package FishbowlInventory.LegacyApi
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:
- Fishbowl Inventory LEGACY API - Official documentation
- My Blog - My personal blog
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) 2024 Josh Kirkpatrick
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 | 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. |
-
.NETStandard 2.1
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Text.Json (>= 8.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.