severo HF staff commited on
Commit
9c57a48
1 Parent(s): 0e22598

Add /croissant endpoint

Browse files
Files changed (1) hide show
  1. utils/datas/api_collections.ts +3 -0
utils/datas/api_collections.ts CHANGED
@@ -61,6 +61,9 @@ export const API_COLLECTIONS: Array<ApiCollection> = [{
61
  }, {
62
  method: 'GET',
63
  path: '/api/datasets/{repo_id}/parquet/{config}/{split}/{n}.parquet'
 
 
 
64
  }, {
65
  method: 'GET',
66
  path: '/api/datasets-tags-by-type'
 
61
  }, {
62
  method: 'GET',
63
  path: '/api/datasets/{repo_id}/parquet/{config}/{split}/{n}.parquet'
64
+ }, {
65
+ method: 'GET',
66
+ path: '/api/datasets/{repo_id}/croissant'
67
  }, {
68
  method: 'GET',
69
  path: '/api/datasets-tags-by-type'