Results
- trait
nominal_api::attachments::api::AttachmentService
The attachment service provides functionality for …
module nominal_api::attachments::api::attachment_service
struct nominal_api::attachments::api::AttachmentServiceClient
The attachment service provides functionality for …
struct nominal_api::attachments::api::AttachmentServiceEndpoints
struct nominal_api::attachments::api::AttachmentServiceAsyncClient
The attachment service provides functionality for …
trait nominal_api::attachments::api::AsyncAttachmentService
The attachment service provides functionality for …
struct nominal_api::attachments::api::AsyncAttachmentServiceEndpoints
- trait method
nominal_api::attachments::api::AttachmentService::get
&AttachmentService, BearerToken, AttachmentRid -> Result<Attachment, Error>
Get an attachment by its RID.
trait method nominal_api::attachments::api::AttachmentService::create
&AttachmentService, BearerToken, CreateAttachmentRequest -> Result<Attachment, Error>
Create a new attachment. Assumes the file is already …
trait method nominal_api::attachments::api::AttachmentService::archive
&AttachmentService, BearerToken, AttachmentRid -> Result<(), Error>
Archive an attachment.
trait method nominal_api::attachments::api::AttachmentService::get_uri
&AttachmentService, BearerToken, AttachmentRid -> Result<AttachmentUri, Error>
Get a pre-signed URI to download an attachment. The link …
trait method nominal_api::attachments::api::AttachmentService::get_batch
&AttachmentService, BearerToken, GetAttachmentsRequest -> Result<GetAttachmentsResponse, Error>
Get a set of attachments by their RIDs.
trait method nominal_api::attachments::api::AttachmentService::unarchive
&AttachmentService, BearerToken, AttachmentRid -> Result<(), Error>
Unarchive an attachment.
trait method nominal_api::attachments::api::AttachmentService::get_content
&AttachmentService, BearerToken, AttachmentRid -> Result<AttachmentService::GetContentBody, Error>
Get the binary content of an attachment.
trait method nominal_api::attachments::api::AttachmentService::update
&AttachmentService, BearerToken, AttachmentRid, UpdateAttachmentRequest -> Result<Attachment, Error>
Update an attachment. Only the fields that are set in the …
No results :(
Try on DuckDuckGo?
Or try looking in one of these:
Try on DuckDuckGo?
Or try looking in one of these:
- The Rust Reference for technical details about the language.
- Rust By Example for expository code examples.
- The Rust Book for introductions to language features and the language itself.
- Docs.rs for documentation of crates released on crates.io.