⚠️ THIS LIB IS UNDER MAINTENANCE
It is a library that helps you to track your objects in Correios. You can use both in .NET Framework 4.x and .NET Core 2.x applications.
Version 1.0.1:
- Upgrade to .NET 6
Use the package manager to install.
Install-Package DotNetRastreioSearch -Version 1.0.1
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");
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.