Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1430
Github-get-content
Active
Public
Actions
Authored by
jayeshv
on Aug 18 2022, 1:17 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
query RepoFiles {
repository(owner: "SoftwareHeritage", name: "swh-web") {
object(expression: "master:") {
... on Tree {
entries {
name
type
object {
... on Blob {
byteSize
text
}
}
}
}
}
}
}
Event Timeline
jayeshv
created this paste.
Aug 18 2022, 1:17 PM
2022-08-18 13:17:30 (UTC+2)
jayeshv
mentioned this in
D8239: Add missing fields to the Content object
.
Aug 18 2022, 1:28 PM
2022-08-18 13:28:07 (UTC+2)
Log In to Comment