Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.05 KB

⚠️ THIS LIB IS UNDER MAINTENANCE

DotNetRastreioSearch

Nuget Nuget

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.

Notes

Version 1.0.1:

  • Upgrade to .NET 6

Installation

Use the package manager to install.

Install-Package DotNetRastreioSearch -Version 1.0.1

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

MIT