EnergyStarMiddleLayer.Sdk 0.0.23

dotnet add package EnergyStarMiddleLayer.Sdk --version 0.0.23
NuGet\Install-Package EnergyStarMiddleLayer.Sdk -Version 0.0.23
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EnergyStarMiddleLayer.Sdk" Version="0.0.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EnergyStarMiddleLayer.Sdk --version 0.0.23
#r "nuget: EnergyStarMiddleLayer.Sdk, 0.0.23"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EnergyStarMiddleLayer.Sdk as a Cake Addin
#addin nuget:?package=EnergyStarMiddleLayer.Sdk&version=0.0.23

// Install EnergyStarMiddleLayer.Sdk as a Cake Tool
#tool nuget:?package=EnergyStarMiddleLayer.Sdk&version=0.0.23

EnergyCAP's ENERGY STAR Middle Layer SDK

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.23 378 12/17/2021
0.0.22 495 12/9/2021
0.0.21 484 12/7/2021
0.0.20 272 12/3/2021
0.0.19 334 11/10/2021
0.0.18 306 11/8/2021
0.0.18-beta-2021110301 196 11/3/2021
0.0.17 368 9/30/2021
0.0.16 339 9/22/2021

0.0.23 - set other description for meter create

23 - Other description added for meter create

0.0.22 - Email Pending share requests API revived

0.0.21 - Modification to account connection acceptance logic

0.0.20 - Additional handling for account connection status and acceptance APIs

0.0.19 - Rebuild of sdk

0.0.18 - Relesse build

0.0.18-beta-2021110501 - Updates to account connection status and acceptance APIs

0.0.18-beta-2021110301 - Added account connection status and acceptance APIs

0.0.17 - Internal logic updates for meter auto-create

0.0.16 - Added CreateMeters API to auto-create meters with supported commodities for a property

0.0.15 - Verbose flag default is true for GET Property and GET Properties

0.0.14 - Added an optional verbose flag to GET Property and GET Properties

0.0.13 - Move Cutover API cutoverDate query param to request body DTO instead to handle timestamp issues

0.0.12 - Client API with Cutover and Setup; Commodity response dto updated

0.0.11 - Do not return meters that you do not have access to; remove EnergyCAP commodity code from meter response because it is not correct since multiple ECAP commodities can map to the same PM commodity

0.0.10 - Pluralize IDs property name

0.0.9 - Tweaks for submission API; change response object for Errors to have more information

0.0.8 - Added metrics API endpoints

0.0.7 - Separate username and full name for PM contact

0.0.6 - provide method on IEnergyStarMiddleLayerApi to get ApiKey value if configured

0.0.5 - provide method on IEnergyStarMiddleLayerApi to set ApiKey instead of exposing HttpClient

0.0.4 - expose HttpClient property in IEnergyStarMiddleLayerApi

0.0.3 - regenerate SDK; doc changes; changed status property to submissionStatus in SubmissionResponseDTO