You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
334 B
11 lines
334 B
json.name @file['content']['name']
|
|
json.sha @file['content']['sha']
|
|
json.size @file['content']['size']
|
|
json.content @file['content']['content']
|
|
json.encoding @file['content']['encoding']
|
|
json.commit do
|
|
json.message @file['commit']['message']
|
|
json.author @file['commit']['author']
|
|
json.committer @file['commit']['committer']
|
|
end
|