Using dotnet-genai with googleapis.com

HTML integration

✓ Official SDK
Install
# See https://github.com/googleapis/dotnet-genai
Get a form.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://forms.googleapis.com/v1/forms/{formId}
Return a list of the watches owned by the invoking project. The maximum numbe…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://forms.googleapis.com/v1/forms/{formId}/watches
List a form's responses.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://forms.googleapis.com/v1/forms/{formId}/responses
SDK on GitHub 📄 API Docs
SDK
dotnet-genai
HTML
API
googleapis.com
googleapis.com:forms
At a glance
Language HTML
Endpoints9
Base URLhttps://forms.googleapis.com
✓ Official