Correios-Api 1.1.1

dotnet add package Correios-Api --version 1.1.1
                    
NuGet\Install-Package Correios-Api -Version 1.1.1
                    
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="Correios-Api" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Correios-Api" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Correios-Api" />
                    
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 Correios-Api --version 1.1.1
                    
#r "nuget: Correios-Api, 1.1.1"
                    
#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=Correios-Api&version=1.1.1
                    
Install Correios-Api as a Cake Addin
#tool nuget:?package=Correios-Api&version=1.1.1
                    
Install Correios-Api as a Cake Tool

Biblioteca portável desenvolvida utilizando-se o web-service oficial dos Correios.
       Conta com interfaces síncronas e assíncronas (async/await).
       
       Exemplo:
           service.consultaCEP("24710480")
       
       O código é gerado automaticamente pelo Visual Studio a partir do WSDL dos Correios,
       Não faz parse de HTML.
       Dessa forma não há possibilidade de erros.
       
       Licença: Apache 2.0
       
       Veja a página do projeto para mais informações, exemplos e questões.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1 30,928 4/1/2016
1.1.0 1,428 3/30/2016
1.0.1 1,454 3/30/2016
1.0.0 1,397 3/30/2016

1.1.1 Interfaces individualizadas para operações síncronas e assíncronas.
       1.1.0 Interface ICorreiosApi
       Veja a página do projeto para mais informações, exemplos e questões.