Docs.rs
  • wasmer-api-0.0.23
    • wasmer-api 0.0.23
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • theduke
    • github:wasmerio:wasmer-core
    • Dependencies
      • anyhow ^1.0.68 normal
      • cynic ^3.2.2 normal
      • edge-schema ^0.0.1 normal
      • futures ^0.3.25 normal
      • harsh ^0.2.2 normal
      • pin-project-lite ^0.2.10 normal
      • reqwest ^0.11.13 normal
      • serde ^1.0.152 normal
      • serde_json ^1.0.89 normal
      • serde_path_to_error ^0.1.14 normal
      • time ^0.3.17 normal
      • tokio ^1.23.0 normal
      • tracing ^0.1.37 normal
      • url ^2.3.1 normal
      • webc ^5.2.0 normal
      • base64 ^0.13.1 dev
      • tokio ^1.23.0 dev
      • uuid ^1.3.0 dev
    • Versions
    • 11.65% 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

wasmer_api0.0.23

Module backend

  • Modules
  • Structs
  • Enums
  • Functions

In crate wasmer_api

?
Change settings

Module wasmer_api::backend

source ·

Modules

  • global_id
    GlobalIds are used by the backend to identify a specific object.
  • gql
  • stream

Structs

  • BackendClient
  • GraphQLApiFailure

Enums

  • GenerateTokenBy
  • TokenKind

Functions

  • create_namespace
  • current_user_with_namespaces
    Get the currently logged in used, together with all accessible namespaces.
  • delete_app
  • endpoint_dev
  • endpoint_prod
  • fetch_webc_package
    Load a webc package from the registry.
  • generate_deploy_config_token_raw
  • generate_deploy_token_raw
  • get_app
  • get_app_and_package_by_name
  • get_app_by_alias
  • get_app_by_id
  • get_app_logs_paginated
    Get pages of logs associated with an application that lie within the specified date range.
  • get_app_version
  • get_app_version_by_id
  • get_app_version_by_id_with_app
  • get_app_with_version
    Retrieve a deploy app together with a specific version.
  • get_app_with_version_by_id
  • get_deploy_app_versions
  • get_deploy_apps
  • get_deploy_apps_stream
  • get_namespace
  • get_node
  • get_package
  • get_package_version
  • get_package_versions
  • get_package_versions_stream
  • namespace_apps
  • publish_deploy_app
  • user_accessible_apps
  • user_apps
  • user_namespaces
    Get all namespaces accessible by the current user.