Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Lists jobs.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://youtubereporting.googleapis.com/v1/jobs
Lists report types.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://youtubereporting.googleapis.com/v1/reportTypes
Gets a job.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://youtubereporting.googleapis.com/v1/jobs/{jobId}
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:youtubereporting
At a glance
Language HTML
Endpoints8
Base URLhttps://youtubereporting.googleapis.com
✓ Official