Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 764 Bytes

collections.md

File metadata and controls

24 lines (16 loc) · 764 Bytes

Managing collections

Check out the [HfApi] documentation page for the reference of methods to manage your Space on the Hub.

  • Get collection content: [get_collection]
  • Create new collection: [create_collection]
  • Update a collection: [update_collection_metadata]
  • Delete a collection: [delete_collection]
  • Add an item to a collection: [add_collection_item]
  • Update an item in a collection: [update_collection_item]
  • Remove an item from a collection: [delete_collection_item]

Collection

[[autodoc]] Collection

CollectionItem

[[autodoc]] CollectionItem