About
Gets specific data from Azure DevOps using Azure Devops services API and stores in a google sheet.
Create Google API Credentials
- Go to the Google Cloud Console.
- Create a new project and enable the Google Sheets API.
- Create Service Account Credentials and download the credentials.json file.
- Share your Google Sheet with the service account's email (e.g., [email protected]).
Example env is provided
to run deno run -A main.ts
the -A switch is to allow permissions without user interaction.