Commit ed65bf6d authored by Matt Clegg's avatar Matt Clegg

ADD ReadmeURL to Project spec

parent 26b62ef6
......@@ -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