Cedric.EpiasRSClient 1.0.0

dotnet add package Cedric.EpiasRSClient --version 1.0.0
NuGet\Install-Package Cedric.EpiasRSClient -Version 1.0.0
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="Cedric.EpiasRSClient" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cedric.EpiasRSClient --version 1.0.0
#r "nuget: Cedric.EpiasRSClient, 1.0.0"
#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 Cedric.EpiasRSClient as a Cake Addin
#addin nuget:?package=Cedric.EpiasRSClient&version=1.0.0

// Install Cedric.EpiasRSClient as a Cake Tool
#tool nuget:?package=Cedric.EpiasRSClient&version=1.0.0

EPİAŞ Şeffaflık Platformu 2.0 Elektrik Piyasası Raporları Web Servisleri

EXIST Transparency Platform 2.0 Electricity Market Reports Web Services

[!IMPORTANT] EPİAŞ tarafından Şeffaflık Platformu 2.0 ile 04 Aralık 2023 tarihinde güncellenen web servisleri kullanıma açılmıştır. Eski ve yeni web servisleri 1 Mart 2024 tarihine kadar hizmet vermeye devam edecek olup sonraki süreçte yeni web servisleri ile hizmet verilecektir. EPİAŞ Duyuru

Simple Code Usage Example

using EpiasReportingServiceClient;
….
    try
    {
        //initialize web service client
        EpiasRSAPIClient client = new EpiasRSAPIClient(new HttpClient());
        //set all required values
        GunlukFiyatRequestDto body = new GunlukFiyatRequestDto();                
        body.Date = DateTime.Now.AddDays(-1);
         //call the service
        GunlukFiyatResponseDto response = await client.DailyPricesAsync(body);
        // show the data
        dataGridView1.DataSource = response.Items;

    }
    catch (ApiException ex)
    {
        MessageBox.Show(ex.Message.ToString());
    }

Sample MCP Data

DailyPriceSS

Dependence

Reference

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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
1.0.0 277 1/8/2024