Skip to content

joao2391/DotNetRastreioSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages