Method: NFTStorage::NFTStorageAPI#list
- Defined in:
- lib/nft_storage/api/nft_storage_api.rb
#list(opts = {}) ⇒ ListResponse
List all stored files
90 91 92 93 |
# File 'lib/nft_storage/api/nft_storage_api.rb', line 90 def list(opts = {}) data, _status_code, _headers = list_with_http_info(opts) data end |