JustgainsApiSDK 0.0.3
See the version list below for details.
dotnet add package JustgainsApiSDK --version 0.0.3
NuGet\Install-Package JustgainsApiSDK -Version 0.0.3
<PackageReference Include="JustgainsApiSDK" Version="0.0.3" />
paket add JustgainsApiSDK --version 0.0.3
#r "nuget: JustgainsApiSDK, 0.0.3"
// Install JustgainsApiSDK as a Cake Addin #addin nuget:?package=JustgainsApiSDK&version=0.0.3 // Install JustgainsApiSDK as a Cake Tool #tool nuget:?package=JustgainsApiSDK&version=0.0.3
Getting Started with JustGains-API
Introduction
API for managing workout programs, exercises, and user accounts. Includes endpoints for creating, updating, and deleting workouts, exercises, and user profiles, as well as managing exercise instructions, videos, and equipment data.
Install the Package
If you are building with .NET CLI tools then you can also use the following command:
dotnet add package JustgainsApiSDK --version 0.0.3
You can also view the package at: https://www.nuget.org/packages/JustgainsApiSDK/0.0.3
Test the SDK
The generated SDK also contain one or more Tests, which are contained in the Tests project. In order to invoke these test cases, you will need NUnit 3.0 Test Adapter Extension
for Visual Studio. Once the SDK is complied, the test cases should appear in the Test Explorer window. Here, you can click Run All
to execute these test cases.
Initialize the API Client
Note: Documentation for the client can be found here.
The following parameters are configurable for the API Client:
Parameter | Type | Description |
---|---|---|
Environment |
Environment |
The API environment. <br> Default: Environment.Testing |
Timeout |
TimeSpan |
Http client timeout.<br>Default: TimeSpan.FromSeconds(100) |
BearerAuthCredentials |
BearerAuthCredentials |
The Credentials Setter for OAuth 2 Bearer token |
The API client can be initialized as follows:
JustGainsAPI.Standard.JustGainsAPIClient client = new JustGainsAPI.Standard.JustGainsAPIClient.Builder()
.BearerAuthCredentials(
new BearerAuthModel.Builder(
"AccessToken"
)
.Build())
.Environment(JustGainsAPI.Standard.Environment.Testing)
.Build();
Environments
The SDK can be configured to use a different environment for making API calls. Available environments are:
Fields
Name | Description |
---|---|
testing | Default |
production | - |
mock | - |
Authorization
This API uses the following authentication schemes.
List of APIs
- Users Creator Profiles
- Exercises Exercise Instructions
- Exercises Exercise Videos
- Muscles Muscle Groups
- Equipment Equipment Groups
- Workouts Workout Data
- Exercise Drafts
- Exercise Categories
- Programs Program Weeks
- Programs Program Analytics
- Users Role Management
- Media Assets
- Published Status
- Exercise Metrics
- Programs Program Views
- Programs Program Reviews
- Exercises Exercise Thumbnails
- Authentication
- Users
- Exercises
- Muscles
- Equipment
- Workouts
- Programs
- Status
- Locales
Classes Documentation
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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. 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.0
- APIMatic.Core (>= 0.4.3)
- Microsoft.CSharp (>= 4.7.0)
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.2 | 101 | 8/29/2024 |
1.0.1 | 92 | 8/29/2024 |
1.0.0 | 107 | 8/27/2024 |
0.2.2 | 20 | 11/10/2024 |
0.2.1 | 20 | 11/10/2024 |
0.2.0 | 21 | 11/10/2024 |
0.1.6 | 64 | 11/3/2024 |
0.1.3 | 62 | 11/2/2024 |
0.1.2 | 70 | 11/2/2024 |
0.1.1 | 64 | 10/31/2024 |
0.1.0 | 79 | 10/29/2024 |
0.0.8 | 88 | 9/26/2024 |
0.0.7 | 104 | 9/16/2024 |
0.0.6 | 91 | 9/9/2024 |
0.0.5 | 92 | 9/9/2024 |
0.0.4 | 92 | 9/9/2024 |
0.0.3 | 94 | 9/5/2024 |
0.0.2 | 102 | 9/5/2024 |
0.0.1 | 104 | 8/29/2024 |