get_or_create_repository: get_or_create_repository

Description Usage Arguments Value

View source: R/client_api_scaffold.R

Description

Gets or creates a Repository by 'name' and 'workspace', or gets a Repository by 'id'.

Usage

1
2
3
4
5
6
7
get_or_create_repository(
  name = NULL,
  workspace = NULL,
  id = NULL,
  public_within_org = NULL,
  visibility = NULL
)

Arguments

name

Name of the Repository. This parameter cannot be provided alongside id.

workspace

Workspace under which the Repository with name name exists. If not provided, the

id

ID of the Repository, to be provided instead of name.

public_within_org

If creating a Repository in an organization's workspace: True

visibility

Visibility to set when creating this repository. If not provided,

Value

:class:'verta._repository.Repository' Specified Repository.


botchkoAI/vertaReticulateClient documentation built on Dec. 19, 2021, 10:50 a.m.