karlskewes / palace-advertising-go

palace-advertising-go is an unofficial Go client library for accessing the https://getpalace.com Palace Advertising API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

palace-advertising-go is an unofficial Go client library for accessing the https://getpalace.com Palace Advertising API

License:MIT License


Languages

Language:Makefile 100.0%