Table of Contents

Class PostalCodeService

Namespace
PostalCodeKR
Assembly
PostalCodeKR.dll
public class PostalCodeService
Inheritance
PostalCodeService
Inherited Members

Constructors

PostalCodeService(string)

public PostalCodeService(string apiKey)

Parameters

apiKey string

Properties

APIServiceKey

public string APIServiceKey { init; }

Property Value

string

SearchItemCountPerPage

public int SearchItemCountPerPage { init; }

Property Value

int

SearchKeyword

public string SearchKeyword { init; }

Property Value

string

Methods

GetDatas(string, string, int, int)

public static Task<ServiceResponseData> GetDatas(string serviceKey, string searchKeyword, int queryItemCount, int queryPageNumber)

Parameters

serviceKey string
searchKeyword string
queryItemCount int
queryPageNumber int

Returns

Task<ServiceResponseData>

Search(int)

public Task<ServiceResponseData> Search(int targetPageNumber)

Parameters

targetPageNumber int

Returns

Task<ServiceResponseData>