Response Types:
Methods:
client.Projects.New(ctx context.Context, body stainless.ProjectNewParams) (*stainless.Project, error)client.Projects.Get(ctx context.Context, query stainless.ProjectGetParams) (*stainless.Project, error)client.Projects.Update(ctx context.Context, params stainless.ProjectUpdateParams) (*stainless.Project, error)client.Projects.List(ctx context.Context, query stainless.ProjectListParams) (*pagination.Page[stainless.Project], error)client.Projects.GenerateCommitMessage(ctx context.Context, params stainless.ProjectGenerateCommitMessageParams) (*stainless.ProjectGenerateCommitMessageResponse, error)
Response Types:
Methods:
client.Projects.Branches.New(ctx context.Context, params stainless.ProjectBranchNewParams) (*stainless.ProjectBranch, error)client.Projects.Branches.Get(ctx context.Context, branch string, query stainless.ProjectBranchGetParams) (*stainless.ProjectBranch, error)client.Projects.Branches.List(ctx context.Context, params stainless.ProjectBranchListParams) (*pagination.Page[stainless.ProjectBranchListResponse], error)client.Projects.Branches.Delete(ctx context.Context, branch string, body stainless.ProjectBranchDeleteParams) (*stainless.ProjectBranchDeleteResponse, error)client.Projects.Branches.Rebase(ctx context.Context, branch string, params stainless.ProjectBranchRebaseParams) (*stainless.ProjectBranch, error)client.Projects.Branches.Reset(ctx context.Context, branch string, params stainless.ProjectBranchResetParams) (*stainless.ProjectBranch, error)
Response Types:
Methods:
client.Projects.Configs.Get(ctx context.Context, params stainless.ProjectConfigGetParams) (*stainless.ProjectConfigGetResponse, error)client.Projects.Configs.Guess(ctx context.Context, params stainless.ProjectConfigGuessParams) (*stainless.ProjectConfigGuessResponse, error)
Response Types:
Methods:
client.Builds.New(ctx context.Context, body stainless.BuildNewParams) (*stainless.Build, error)client.Builds.Get(ctx context.Context, buildID string) (*stainless.Build, error)client.Builds.List(ctx context.Context, query stainless.BuildListParams) (*pagination.Page[stainless.Build], error)client.Builds.Compare(ctx context.Context, body stainless.BuildCompareParams) (*stainless.BuildCompareResponse, error)
Response Types:
Methods:
client.Builds.Diagnostics.List(ctx context.Context, buildID string, query stainless.BuildDiagnosticListParams) (*pagination.Page[stainless.BuildDiagnostic], error)
Response Types:
Methods:
client.Builds.TargetOutputs.Get(ctx context.Context, query stainless.BuildTargetOutputGetParams) (*stainless.BuildTargetOutputGetResponseUnion, error)
Response Types:
Methods:
client.Orgs.Get(ctx context.Context, org string) (*stainless.Org, error)client.Orgs.List(ctx context.Context) (*stainless.OrgListResponse, error)
Response Types:
Methods: