enzo commited on
Commit
7eb6d57
1 Parent(s): 0e22598

add croissant route

Browse files
Files changed (1) hide show
  1. utils/datas/api_collections.ts +3 -0
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
  }, {