Buckets:
| """GitHub GraphQL Queries.""" | |
| GET_REPOSITORY_RELEASES = """ | |
| query ($owner: String!, $name: String!, $first: Int!) { | |
| rateLimit { | |
| cost | |
| } | |
| repository(owner: $owner, name: $name) { | |
| releases(first: $first, orderBy: {field: CREATED_AT, direction: DESC}) { | |
| nodes { | |
| tagName | |
| name | |
| isPrerelease | |
| publishedAt | |
| } | |
| } | |
| } | |
| } | |
| """ | |
Xet Storage Details
- Size:
- 372 Bytes
- Xet hash:
- e6e58ddcb7fe6267a328ab81743473e0fe69e1fb57a5fd0f59f82c70556cb987
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.