LibreDteDotNet.RestRequest 1.0.0

There is a newer prerelease version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package LibreDteDotNet.RestRequest --version 1.0.0
                    
NuGet\Install-Package LibreDteDotNet.RestRequest -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="LibreDteDotNet.RestRequest" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LibreDteDotNet.RestRequest" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="LibreDteDotNet.RestRequest" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LibreDteDotNet.RestRequest --version 1.0.0
                    
#r "nuget: LibreDteDotNet.RestRequest, 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.
#addin nuget:?package=LibreDteDotNet.RestRequest&version=1.0.0
                    
Install LibreDteDotNet.RestRequest as a Cake Addin
#tool nuget:?package=LibreDteDotNet.RestRequest&version=1.0.0
                    
Install LibreDteDotNet.RestRequest as a Cake Tool

<br /> <p align="center"> <a href="" target="_blank"> <img width="20%" src="https://www.sii.cl/sobre_el_sii/logoSII250x108.jpg" alt="Azure Function"> </a>
</p> <br /> <p align="center"> <a href="LICENSE.txt" target="_blank"> <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt=""> </a> <a href="https://github.com/sergiokml/LibreDteDotNet.SoapRequest/releases" target="_blank"> <img src="https://img.shields.io/github/tag/sergiokml/LibreDteDotNet.SoapRequest.svg" alt=""> </a> <a href="https://github.com/sergiokml/" target="_blank"> <img src="https://img.shields.io/github/commit-activity/y/sergiokml/LibreDteDotNet.SoapRequest.svg" alt=""> </a> <a href="https://github.com/sergiokml/LibreDteDotNet.SoapRequest/contributors" target="_blank"> <img src="https://img.shields.io/github/contributors-anon/sergiokml/LibreDteDotNet.SoapRequest.svg" alt=""> </a> <a href="https://github.com/sergiokml/LibreDteDotNet.SoapRequest/releases" target="_blank"> <img alt="GitHub all releases" src="https://img.shields.io/github/downloads/sergiokml/LibreDteDotNet.SoapRequest/total"> </a> </p> <br /> This solution tries to show how to access the information published by the Servicio de Impuestos Internos through SOAP services. The services are packaged in "Library Class" and can be accessed through Dependency Injection.

It should be noted that this repository has no relationship with the government entity, only for educational purposes.

📝  Details

<table> <thead> </thead> <tbody> <tr>
<td style="text-align: left;">Framework .Net 6.0</td>
</tr> <tr>
<td style="text-align: left;">Security.Cryptography.Xml 7.0.1</td>
</tr>
</tbody> </table>

✅  Requirements

  • Framework .Net >= 5.0.

🛠 RoadMap

🚀  Usage

This class is accessed via dependency injection:

IHost host = Host.CreateDefaultBuilder()
                .SoapRequestBuild() // This is important!
                .ConfigureServices(
                    (c, s) => {
                        // your config
                    }
                )
                .Build();

Function : GetToken

var tokenrequest = new TokenRequest("16000555-2");
var tkn = await tokenrequest.GetToken();

📫  Have a question? Found a Bug?

Feel free to file a new issue with a respective title and description on the LibreDteDotNet.SoapRequest/issues repository.

❤️  Community and Contributions

I think that Knowledge Doesn’t Belong to Just Any One Person, and I always intend to share my knowledge with other developers, a voluntary monetary contribution or contribute ideas and/or comments to improve these tools would be appreciated.

<p align="center"> <a href="https://www.paypal.com/donate/?hosted_button_id=PTKX9BNY96SNJ" target="_blank"> <img width="15%" src="https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white" alt="Azure Function"> </a> </p>

📘  License

All my repository content is released under the terms of the MIT License.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.1.999-fake 123 4/1/2025