I am using github api for GISTs and I find a gem octokit I arrived well recovered my GISTs.
The problem I have is to get the name because it adds the key like this
files: {
gistfile1.js: {
filename: "gistfile1.js",
type: "application/javascript",
language: "JavaScript",
size: 231,
truncated: false,
}
How I could browse the files without knowing the key because I have tried several solutions but none works.
Thank you.