FleetGoHttpLibrary 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package FleetGoHttpLibrary --version 1.0.4
                    
NuGet\Install-Package FleetGoHttpLibrary -Version 1.0.4
                    
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="FleetGoHttpLibrary" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FleetGoHttpLibrary" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="FleetGoHttpLibrary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FleetGoHttpLibrary --version 1.0.4
                    
#r "nuget: FleetGoHttpLibrary, 1.0.4"
                    
#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.
#:package FleetGoHttpLibrary@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FleetGoHttpLibrary&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=FleetGoHttpLibrary&version=1.0.4
                    
Install as a Cake Tool

fleetgo-httplibrary

This package handles requests to the FleetGO API

Technical info

To run this project you will need to have .NET 9 installed

Dependancy injection

To include the service into your project use the following:

builder.Services.AddFleetGoHttpLibrary(builder.Configuration);

The default section the configuration will read out of is "FleetGO". This will work for your local.settings.json as well as within your user secrets. The section can be configured by adding a second parameter with your wanted section name.

The following secrets are required:

"FleetGO:ClientId": "",
"FleetGO:ClientSecret": "",
"FleetGO:Username": "",
"FleetGO:Password": ""

Services

The services are divided based on category. These categories are:

  • IFleetGoTokenService
  • IFleetGoEquipmentService
  • IFleetGoTachoService
  • IFleetGoTripService

IFleetGoTokenService

This service will give the user the ability to require an access token based on the login result. For this, you can use GetAccessToken(). This is used for the front-end (vite) to make a connection to the live location updates.

IFleetGoEquipmentService

This service will give the user the ability to get equipment from FleetGO:

  • GetTrackedObjects, returns a list of devices mapped to a model which can be used by FleetGO Barneveld (map usage)
  • GetEquipmentDTOById, returns a FleetGO equipment DTO based on the given EquipmentId (if found)

IFleetGoTachoService

This service will give the user the ability to access DDD related data:

  • GetTachoFileContent, returns a byte array with the file content of a DDD file
  • GetTachoFiles, returns a list of DDD files that have activities inside them within the queried period

IFleetGoTripService

This service will give the user the ability to get data of trips:

  • GetEquipmentId, returns a list of drive history models for the given equipment id within the selected period
  • GetDeviceLocationHistory, returns a list of devices which have been inside a specific range of a lat/lng within a given period. This is used within the DeviceLocationHistory functionality within FleetControl.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
26.2.5 89 2/5/2026
1.0.4 92 1/16/2026
1.0.3 188 11/27/2025
1.0.2 323 11/21/2025
1.0.1 393 11/19/2025
1.0.0 278 11/13/2025
0.0.4 76 2/5/2026
0.0.3 84 2/5/2026