A Go client library for interacting with the Upsource API. This library provides convenient methods to access various functionalities of Upsource, such as reviewing code, managing projects, and fetching user information.
You can find the API documentation for Upsource at your Upsource instance base URL followed by /~api_doc/index.html.
To install upsource-go-client, use go get:
go get github.com/groall/upsource-go-client/clientImport the upsource-go-client package into your code:
package whatever
import (
"github.com/groall/upsource-go-client/client"
)To update upsource-go-client, use go get -u:
go get -u github.com/groall/upsource-go-client/client