Docs.rs
  • nominal-api-0.762.0
    • nominal-api 0.762.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • alxhill
    • github:nominal-io:public
    • nominal-bot
    • Dependencies
      • conjure-error ^4 normal
      • conjure-http ^4 normal
      • conjure-object ^4 normal
      • prost ^0.13.5 normal
      • tonic ^0.13.1 normal
      • conjure-codegen ^4 build
      • tonic-build ^0.13.1 build
    • Versions
    • 52.56% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate nominal_api

nominal_api0.762.0

  • All Items

Crate Items

  • Modules

Crates

  • nominal_api

Crate nominal_api

Source

Modules§

api
attachments
authentication
authorization
comments
connect
datasource
event
ingest
module
modules
persistent
scout
secrets
security
storage
themes
timeseries
tonic
upload

Results

Settings
Help
    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:
  • 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.