Skip to main content

Easily Integrate
WeFitter's API using Konfig's TypeScript SDK

Need a TypeScript SDK for WeFitter's API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { WeFitter } from 'we-fitter-typescript-sdk';
const weFitter = new WeFitter({
/*
* Basic Authentication is used to create administrator bearer tokens.
*
* Once a bearer token has been made, remove this auth. ('logout' in Swagger')
*/
username: "USERNAME",
password: "PASSWORD",
/*
* Bearer authentication for logged-in profiles.
*
* When using the GUI, please don't forget to prefix your bearer tokens with the text 'bearer', followed by a space.
*/
bearerProfile: "AUTHORIZATION",
/*
* Bearer authentication for administrators.
*
* When using the GUI, please don't forget to prefix your bearer tokens with the text 'bearer', followed by a space.
*/
bearerAdmin: "AUTHORIZATION"
})

Then, send your first request

We made it really easy.

index.ts

// Get someones biological age on a weekly basis.
const getBioAgeWeeklyResponse = weFitter.insights.getBioAgeWeekly({
startDate: "START_DATE"
endDate: "END_DATE"
})

Enjoy a buttery smooth developer experience with 74 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

WeFitter

About WeFitter

WeFitter helps digital health platforms improve business performance, engagement and data insights introducing an aggregator API that provides connections with todays most used fitness app's, wearables & gamification elements. WeFitter's easy to integrate API will boost up user engagement and gives insight in users health profiles in order to personalize content, offerings and health advise. WeFitter is build by Thunderbyte.AI, a Dutch Al/ ML organisation with over 12 years of experience in building digital health products. Ask for a demo > business@wefitter.com

Keywords

health_data

Start integrating WeFitter's API with Konfig