Docs.rs
  • nominal-api-0.726.0
    • nominal-api 0.726.0
    • 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.5% of the crate is documented
  • Go to latest version
  • 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
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate nominal_api

nominal_api0.726.0

  • All Items

Crate Items

  • Modules

Crates

  • nominal_api

Crate nominal_api

Source

Modules§

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

Results

Settings
Help
    trait
    nominal_api::authentication::api::AsyncAuthenticationServiceV2
    This service provides operations for managing user and org …
    struct
    nominal_api::authentication::api::AsyncAuthenticationServiceV2Endpoints
    trait method
    nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_my_profile
    &AsyncAuthenticationServiceV2, BearerToken -> <Future<Output=Result<UserV2, Error>>, Send>
    Gets the profile of the authenticated user.
    trait method
    nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_my_settings
    &AsyncAuthenticationServiceV2, BearerToken -> <Future<Output=Result<UserSettings, Error>>, Send>
    Gets the settings of the authenticated user.
    trait method
    nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_my_org_settings
    &AsyncAuthenticationServiceV2, BearerToken -> <Future<Output=Result<OrgSettings, Error>>, Send>
    Gets the settings of the org of the authenticated user.
    trait method
    nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_user
    &AsyncAuthenticationServiceV2, BearerToken, UserRid -> <Future<Output=Result<UserV2, Error>>, Send>
    Gets a user by RID.
    trait method
    nominal_api::authentication::api::AsyncAuthenticationServiceV2::search_users_v2
    &AsyncAuthenticationServiceV2, BearerToken, SearchUsersRequest -> <Future<Output=Result<SearchUsersResponseV2, Error>>, Send>
    Searches for users by email and displayName.
    trait method
    nominal_api::authentication::api::AsyncAuthenticationServiceV2::update_my_profile
    &AsyncAuthenticationServiceV2, BearerToken, UpdateMyProfileRequest -> <Future<Output=Result<UserV2, Error>>, Send>
    Updates the profile of the authenticated user.
    trait method
    nominal_api::authentication::api::AsyncAuthenticationServiceV2::update_my_settings
    &AsyncAuthenticationServiceV2, BearerToken, UserSettings -> <Future<Output=Result<UserSettings, Error>>, Send>
    Updates the settings of the authenticated user.
    trait method
    nominal_api::authentication::api::AsyncAuthenticationServiceV2::update_my_org_settings
    &AsyncAuthenticationServiceV2, BearerToken, OrgSettings -> <Future<Output=Result<OrgSettings, Error>>, Send>
    Updates the settings of the org of the authenticated user.
    trait method
    nominal_api::authentication::api::AsyncAuthenticationServiceV2::get_users
    &AsyncAuthenticationServiceV2, BearerToken, BTreeSet<UserRid> -> <Future<Output=Result<BTreeSet<UserV2>, Error>>, Send>
    Get users by RID.
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.