Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Octokit gem を使用して、次のコマンドでファイルの内容にアクセスしています。
Octokit.contents("user/reponame", path: 'path/to/file.md')
これはコンテンツを取得するのに適しています。私が持っている質問は、そのファイルの最終更新日とタイムスタンプを取得するにはどうすればよいですか?