Release v1.7
Release 1.7
This release mainly introduces new clients libraries for NPM and Java https://github.com/Green-Software-Foundation/carbon-aware-sdk/milestone/9
Release 1.7
This release mainly introduces new clients libraries for NPM and Java https://github.com/Green-Software-Foundation/carbon-aware-sdk/milestone/9
Release 1.6.1
Release addressing minor issues https://github.com/Green-Software-Foundation/carbon-aware-sdk/labels/v1.6.1
Release 1.6
Release for milestone https://github.com/Green-Software-Foundation/carbon-aware-sdk/milestone/8?closed=1 with general bugs fixes and improvements
Release 1.5
This is the WattTime v3 update. Most notable changes that may require action are for deployment configuration, and these are minor.
Release 1.3
For more details, checkout https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/474
For more details, checkout https://github.com/Green-Software-Foundation/carbon-aware-sdk/issues/232
/locations
- Show the list of configured named locations that can be used in the API./api/v1/swagger.yaml
- Provides OpenAPI document now at public endpoint when deployed.git commit -s
.{
"DataSources": {
"EmissionsDataSource": "Json",
"ForecastDataSource": "WattTime",
"Configurations": {
"WattTime": {
"Type": "WattTime",
"Username": "username",
"Password": "password",
"BaseURL": "https://api2.watttime.org/v2/",
"Proxy": {
"useProxy": true,
"url": "http://10.10.10.1",
"username": "proxyUsername",
"password": "proxyPassword"
}
},
"ElectricityMaps": {
"Type": "ElectricityMaps",
"APITokenHeader": "auth-token",
"APIToken": "myAwesomeToken",
"BaseURL": "https://api.electricitymap.org/v3/"
},
"Json": {
"Type": "Json",
"DataFileLocation": "test-data-azure-emissions.json"
}
}
}
}
/locations
- Show the list of configured named locations that can be used in the API./api/v1/swagger.yaml
- Provides OpenAPI document now at public endpoint when deployed.git commit -s
.{
"DataSources": {
"EmissionsDataSource": "Json",
"ForecastDataSource": "WattTime",
"Configurations": {
"WattTime": {
"Type": "WattTime",
"Username": "username",
"Password": "password",
"BaseURL": "https://api2.watttime.org/v2/",
"Proxy": {
"useProxy": true,
"url": "http://10.10.10.1",
"username": "proxyUsername",
"password": "proxyPassword"
}
},
"ElectricityMaps": {
"Type": "ElectricityMaps",
"APITokenHeader": "auth-token",
"APIToken": "myAwesomeToken",
"BaseURL": "https://api.electricitymap.org/v3/"
},
"Json": {
"Type": "Json",
"DataFileLocation": "test-data-azure-emissions.json"
}
}
}
}