Categorygithub.com/previousdeveloper/postcodes-go-client
modulepackage
0.0.0-20200402212756-e5224b6b2552
Repository: https://github.com/previousdeveloper/postcodes-go-client.git
Documentation: pkg.go.dev

# README

postcodes-go-client

Go Report Card Build

Go library for interacting with the excellent Postcodes.io service.

Usage


config := postcode.DefaultConfig()
postCodeClient := postcode.NewPostCode(config)
a := postCodeClient.BulkLookupPostcode(&model.BulkPostCodeRequest{Postcodes: []string{"OX49 5NU"}})
fmt.Println(a.Result[0].Result)


Installation

go get github.com/previousdeveloper/postcodes-go-client

Contributions

Feel free to make contributions via a pull request. Please keep the tests current (and add, if necessary).

# Packages

Package mock_postcode is a generated GoMock package.
No description provided by the author
No description provided by the author