Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upsource Client Go

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.

Documentation

You can find the API documentation for Upsource at your Upsource instance base URL followed by /~api_doc/index.html.

Install lib

To install upsource-go-client, use go get:

go get github.com/groall/upsource-go-client/client

Import the upsource-go-client package into your code:

package whatever

import (
  "github.com/groall/upsource-go-client/client"
)

Update

To update upsource-go-client, use go get -u:

go get -u github.com/groall/upsource-go-client/client

About

Client for Upsource API written in Go

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages