DotNetRastreioSearch 1.0.0
It is a library that helps you to track your objects in Correios
Install-Package DotNetRastreioSearch -Version 1.0.0
dotnet add package DotNetRastreioSearch --version 1.0.0
<PackageReference Include="DotNetRastreioSearch" Version="1.0.0" />
paket add DotNetRastreioSearch --version 1.0.0
#r "nuget: DotNetRastreioSearch, 1.0.0"
DotNetRastreioSearh
It is a library that helps you to track your objects in Correios
Notes
Version 1.0.0:
None
Installation
Use the package manager to install.
Install-Package DotNetRastreioSearch -Version 1.0.0
Usage
After install:
using DotNet.Rastreio.Search.App;
Get Objects by tracking code
RastreioSearch rastreio = new RastreioSearch();
string jsonResultAsync = await GetObjetoRastreioAsync("trackingCode");
string jsonResult = GetObjetoRastreio("trackingCode");
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
DotNetRastreioSearh
It is a library that helps you to track your objects in Correios
Notes
Version 1.0.0:
None
Installation
Use the package manager to install.
Install-Package DotNetRastreioSearch -Version 1.0.0
Usage
After install:
using DotNet.Rastreio.Search.App;
Get Objects by tracking code
RastreioSearch rastreio = new RastreioSearch();
string jsonResultAsync = await GetObjetoRastreioAsync("trackingCode");
string jsonResult = GetObjetoRastreio("trackingCode");
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Release Notes
Beta Version
Dependencies
-
.NETStandard 2.0
- HtmlAgilityPack (>= 1.11.23)
- Newtonsoft.Json (>= 12.0.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 146 | 4/24/2020 |