This is not an official Google product
This Data Studio Community
Connector lets users query
Stack Overflow questions for a specific tag. This
Community Connector uses the questions
end point of Stack Exchange
API.
You can try out the managed deployment of the latest code: Stack Overflow Questions Community Connector
Use the deployment guide to deploy the Community Connector yourself.
- API key based authentication (shared API Key)
You can use this Community Connector as an example to implement API key based authentication or quota management for shared API keys(i.e. instances where a single API key can be used for all users of the Community Connector.). - Logging
Example of using a global flag to toggle logging and also logging method parameters and output to Stackdriver. - Defining a namespace
Example of Defining a namespace for your connector. - Using the sampleExtraction property
Example of returning pre-defined sample data-set for more efficientgetData()
queries when sampleExtraction istrue
. Learn more about sampleExtraction. - Caching data
Example of Using Apps Script Cache Service to store UrlFetch results.