Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 665 Bytes

Palace Advertising Go

build

palace-advertising-go is an unofficial Go client library for accessing the Palace Advertising Integration API

Installation

Install palace-advertising-go with:

go get -u github.com/karlskewes/palace-advertising-go

Then import it using:

import (
	apiclient "github.com/karlskewes/palace-advertising-go/client"
)

See examples.

Documentation

Contribution

PR's welcome, please create an issue first.

Test

WIP