nft_storage_api 1.1.0

A Rust client for interacting with the NFT.storage service, providing a user-friendly wrapper around its API. It facilitates operations such as storing ERC-1155 compatible NFTs, uploading files, managing digital assets, and handling decentralized identities (DIDs). Built with async support for seamless integration with modern Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# ForbiddenErrorResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ok** | Option<**bool**> |  | [optional][default to false]
**error** | Option<[**crate::models::ForbiddenErrorResponseError**]ForbiddenErrorResponse_error.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)