Categorygithub.com/evertoncolling/poc-requests-go
repositorypackage
0.0.0-20250128202402-49490b21755e
Repository: https://github.com/evertoncolling/poc-requests-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

poc-requests-go

Repository with some experiments to perform requests to CDF in Go

Setting up CDF authentication

Create a .env file in the root folder with the following variables (replacexxxx with actual values):

CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
TENANT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CDF_CLUSTER=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CDF_PROJECT=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Running the code

go run main.go