authclub / billforward

A new repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go client for BillForward

GoDoc

Status: Unstable

Just sketching out the API, please reach out to paul@scaleft.com before using.

Development

Installation

We expect you to have followed https://golang.org/doc/install to setup your Go environment. At a minimum you must have a valid $GOPATH setup.

Clone repository

git clone https://github.com/authclub/billforward.git $GOPATH/src/github.com/authclub/billforward

Install go-swagger

Now that you have go, install go-swagger:

go get -u github.com/go-swagger/go-swagger/cmd/swagger

Generating client bindings

Run the script included in the repo to generate client bindings:

cd $GOPATH/src/github.com/authclub/billforward
./generate_client

After generating the client bindings run go test ./... to verify the generated code is valid. There are no tests, but this step validates that go-swagger has created syntactically valid Go code.

Once you've done some minimal validation, commit your changes to ./generate_client in it's own commit, and then create a new commit for the changes to the bindings in models and client.

About

A new repository.

License:Apache License 2.0


Languages

Language:Go 99.7%Language:Shell 0.3%