This application can be used with BambooHr to manage your goals in the performance module.
- whoami - Shows the user Id and name of the owner of the Api key
You need to apply the following configurations
- ApiKey
- SubDomain
You can supply this in either BambooHrSettings.json Or the environment variables
- bamboo_apikey
- bamboo_subdomain
I have included user secrets to store the configuration values
dotnet user-secrets set"bamboo:subdomain""{Your Value}"
dotnet user-secrets set"bamboo:apiKey""{Your Value}"