SubspaceProductAPI.Api.ProjectService (subspace_openapi_client v1.0.5)

API calls for all endpoints tagged ProjectService.

Link to this section Summary

Functions

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • opts (KeywordList): [optional] Optional parameters

    Returns

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

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • id (String.t):
  • opts (KeywordList): [optional] Optional parameters

    Returns

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

Parameters

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

      Returns

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

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • id (String.t): id is the project identity
  • opts (KeywordList): [optional] Optional parameters

    Returns

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

Link to this section Functions

Link to this function

project_service_create(connection, opts \\ [])

Specs

project_service_create(Tesla.Env.client(), keyword()) ::
  {:ok, SubspaceProductAPI.Model.V1Project.t()}
  | {:ok, Map.t()}
  | {:error, Tesla.Env.t()}

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • opts (KeywordList): [optional] Optional parameters

    Returns

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

Link to this function

project_service_get(connection, id, opts \\ [])

Specs

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

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • id (String.t):
  • opts (KeywordList): [optional] Optional parameters

    Returns

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

Link to this function

project_service_list(connection, opts \\ [])

Specs

project_service_list(Tesla.Env.client(), keyword()) ::
  {:ok, Map.t()}
  | {:ok, SubspaceProductAPI.Model.V1ListProjectsResponse.t()}
  | {:error, Tesla.Env.t()}

Parameters

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

      Returns

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

Link to this function

project_service_update(connection, id, opts \\ [])

Specs

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

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • id (String.t): id is the project identity
  • opts (KeywordList): [optional] Optional parameters

    Returns

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