DotNetCEPSearch 1.0.1
It is a library that helps you to get a CEP or Address.
Install-Package DotNetCEPSearch -Version 1.0.1
dotnet add package DotNetCEPSearch --version 1.0.1
<PackageReference Include="DotNetCEPSearch" Version="1.0.1" />
paket add DotNetCEPSearch --version 1.0.1
#r "nuget: DotNetCEPSearch, 1.0.1"
DotNet CEP Search
.Net library for helping you to get CEP or Address.
Notes
Version 1.0.1:
Fixed some issues
Installation
Use the package manager to install.
Install-Package DotNetCEPSearch -Version 1.0.0
Usage
After install:
using DotNet.CEP.Search.App;
Get Addres by CEP
CepSearch cep = new CepSearch();
string jsonResultAsync = await cep.GetAddressByCepAsync("numberOfCep");
string jsonResult = GetAddressByCep("numberOfCep");
Get CEP by Address
CepSearch cep = new CepSearch();
string jsonResultAsync = await cep.GetCepByAddressAsync("address");
string jsonResult = cep.GetCepByAddress("address");
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
DotNet CEP Search
.Net library for helping you to get CEP or Address.
Notes
Version 1.0.1:
Fixed some issues
Installation
Use the package manager to install.
Install-Package DotNetCEPSearch -Version 1.0.0
Usage
After install:
using DotNet.CEP.Search.App;
Get Addres by CEP
CepSearch cep = new CepSearch();
string jsonResultAsync = await cep.GetAddressByCepAsync("numberOfCep");
string jsonResult = GetAddressByCep("numberOfCep");
Get CEP by Address
CepSearch cep = new CepSearch();
string jsonResultAsync = await cep.GetCepByAddressAsync("address");
string jsonResult = cep.GetCepByAddress("address");
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
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.