endpoints/data

Types

pub type GetSupplyChainResponse {
  GetSupplyChainResponse(
    export_to_import_map: dict.Dict(String, String),
  )
}

Constructors

  • GetSupplyChainResponse(
      export_to_import_map: dict.Dict(String, String),
    )

Values

pub fn get_supply_chain(
  token: auth.AgentToken,
) -> Result(GetSupplyChainResponse, api.ApiError)
Search Document