Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add croissant route
Browse files
utils/datas/api_collections.ts
CHANGED
@@ -56,6 +56,9 @@ export const API_COLLECTIONS: Array<ApiCollection> = [{
|
|
56 |
full: "Whether to fetch most dataset data, such as all tags, the files, etc.",
|
57 |
}
|
58 |
}, {
|
|
|
|
|
|
|
59 |
method: 'GET',
|
60 |
path: '/api/datasets/{repo_id}/parquet'
|
61 |
}, {
|
|
|
56 |
full: "Whether to fetch most dataset data, such as all tags, the files, etc.",
|
57 |
}
|
58 |
}, {
|
59 |
+
method: 'GET',
|
60 |
+
path: '/api/datasets/{repo_id}/croissant'
|
61 |
+
},{
|
62 |
method: 'GET',
|
63 |
path: '/api/datasets/{repo_id}/parquet'
|
64 |
}, {
|