Unverified Commit 05a308d7 authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Merge pull request #559 from mattclegg/add-readmeurl-to-project

ADD ReadmeURL to Project struct
parents 26b62ef6 ed65bf6d
......@@ -47,6 +47,7 @@ type Project struct {
SSHURLToRepo string `json:"ssh_url_to_repo"`
HTTPURLToRepo string `json:"http_url_to_repo"`
WebURL string `json:"web_url"`
ReadmeURL string `json:"readme_url"`
TagList []string `json:"tag_list"`
Owner *User `json:"owner"`
Name string `json:"name"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment