Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Lists sessions previously created.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://fitness.googleapis.com/fitness/v1/users/{userId}/sessions
Lists all data sources that are visible to the developer, using the OAuth sco…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://fitness.googleapis.com/fitness/v1/users/{userId}/dataSources
Returns the specified data source.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://fitness.googleapis.com/fitness/v1/users/{userId}/dataSources/{dataSourceId}
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:fitness
At a glance
Language HTML
Endpoints13
Base URLhttps://fitness.googleapis.com/fitness/v1/users
✓ Official