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