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
<PackageReference Include="Fitbit-Api-GarethWallis" Version="1.0.8" />
paket add Fitbit-Api-GarethWallis --version 1.0.8
#r "nuget: Fitbit-Api-GarethWallis, 1.0.8"
// 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 | Versions 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. |
-
net8.0
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release of Fitbit API client.