SubspaceProductAPI.Api.ProjectService.project_service_get
You're seeing just the function
project_service_get
, go back to SubspaceProductAPI.Api.ProjectService module for more information.
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