github

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository struct {
	StargazersCount *int `json:"stargazers_count,omitempty"`
}

Repository represents a single repository from github. This struct is a stripped down version of github.Repository. We only return the values we need here.

func GetRepositoryDetails

func GetRepositoryDetails(owner, repo string) (*Repository, error)

GetRepositoryDetails will retrieve details about the repository owner/repo from github.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL