line-pay-sdk-go

module
v0.0.0-...-09d1c28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2021 License: MIT

README

line-pay-sdk-go

line-pay-sdk-go is a Go client library for accessing the LINE Pay API.

Usage

import "github.com/gotokatsuya/line-pay-sdk-go/linepay"

func main() {
    pay, err := linepay.New("<channel id>", "<channel secret>")
    ...
}
Sandbox

Create sandbox in here.

func main() {
    pay, err := linepay.New("<channel id>", "<channel secret>", linepay.WithSandbox())
    ...
}

License

This library is distributed under the MIT license.

Directories

Path Synopsis
example

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL