Documentation ¶
Overview ¶
Package postkr provides access to APIs of epost.kr, Korean post office.
http://biz.epost.go.kr/eportal/custom/custom_9.jsp?subGubun=sub_3&subGubun_1=cum_17&gubun=m07
The epost.kr provide APIs for track snail-mail and search zip-code. But, I can't access to the tracking API with my key. So, It's not implemented currently.
You need own key which is issued by eport.kr. Get one from this link:
http://biz.epost.go.kr/eportal/custom/custom_11.jsp?subGubun=sub_3&subGubun_1=cum_19&gubun=m07
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
TotalCount, TotalPage int
CountPerPage, CurrentPage int
// contains filtered or unexported fields
}
Service represents epost.kr's post services
func NewService ¶
NewService returns new Service. Call it with regkey.
func (*Service) SearchZipCode ¶
SearchZipCode get Zipcodes for given [읍면동교] of an address.
Click to show internal directories.
Click to hide internal directories.