Commands Reference
The DID Spaces SDK provides a rich set of commands to interact with your DID Space, enabling you to manage data, perform backups, synchronize content, and handle advanced features like NFT objects and preview metadata. This section serves as a comprehensive reference for all available commands, categorized by their primary function.
To understand the foundational elements of the SDK, including the client and security mechanisms, refer to the Core Concepts section.
Command Categories#
Explore the detailed documentation for each command category to learn how to leverage the full power of the DID Spaces SDK:
Command Category | Description | Link |
---|---|---|
Object | Manage individual objects (files) and directories, including upload, retrieval, and deletion. | |
Sync | Synchronize entire local folders with DID Spaces to maintain data consistency. | |
Backup | Create and manage backups of your Blocklet data within DID Spaces. | |
Restore | Restore your Blocklet data from backups stored in DID Spaces. | |
NFT | Manage Non-Fungible Token (NFT) objects within DID Spaces. | |
Preview | Manage preview metadata associated with objects in DID Spaces. | |
Audit Log | Query and manage audit logs for various activities within DID Spaces. | |
Space | Perform head requests to check the availability or metadata of a DID Space. |
Next Steps#
Dive deeper into specific operations by exploring the detailed guides for each command category. A great place to start is with Object commands, which cover fundamental file management operations.