SubspaceProductAPI.Api.ProjectService.project_service_list
You're seeing just the function
project_service_list
, go back to SubspaceProductAPI.Api.ProjectService module for more information.
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
on success {:error, Tesla.Env.t} on failure