Fitbit-Api-GarethWallis 1.0.8

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

// Install Fitbit-Api-GarethWallis as a Cake Tool
#tool nuget:?package=Fitbit-Api-GarethWallis&version=1.0.8                

Fitbit-Api-GarethWallis

Fitbit-Api-GarethWallis is a .NET class library designed to interact with the Fitbit Web API. It simplifies the process of sending requests and processing responses from Fitbit's services.

Features

  • Token-Based Requests: The library takes an existing access token to authenticate requests.
  • API Coverage: Facilitates data retrieval and interactions with Fitbit's Web API, handling various endpoints and data types.
  • Parameter Flexibility: Allows you to specify parameters for different data requests without managing the underlying HTTP requests.

Getting Started

To use Fitbit-Api-GarethWallis, you must have an access token obtained from Fitbit's OAuth authentication process. This library does not handle the initial OAuth authorization and must be used in conjunction with a valid access token.

Installation

Install Fitbit-Api-GarethWallis via NuGet:

Install-Package Fitbit-Api-GarethWallis


```csharp
using FitbitApiClient;

var client = new FitbitClient("your_access_token");
var userProfile = client.GetUserProfile();
Console.WriteLine(userProfile);
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. 
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.8 84 9/25/2024
1.0.2 84 9/24/2024
1.0.1 95 9/24/2024
1.0.0 86 9/24/2024

Initial release of Fitbit API client.