SubspaceProductAPI.Api.SessionService (subspace_openapi_client v1.0.1)

API calls for all endpoints tagged SessionService.

Link to this section Summary

Functions

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • accelerator_id (String.t):
  • opts (KeywordList): [optional] Optional parameters
    • :before (String.t):
    • :limit (integer()):

      Returns

on success {:error, Tesla.Env.t} on failure

Link to this section Functions

Link to this function

session_service_list(connection, accelerator_id, opts \\ [])

Specs

session_service_list(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, SubspaceProductAPI.Model.V1ListSessionsResponse.t()}
  | {:ok, Map.t()}
  | {:error, Tesla.Env.t()}

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • accelerator_id (String.t):
  • opts (KeywordList): [optional] Optional parameters
    • :before (String.t):
    • :limit (integer()):

      Returns

on success {:error, Tesla.Env.t} on failure