Description Usage Arguments Value
View source: R/client_api_scaffold.R
Gets or creates a Repository by 'name' and 'workspace', or gets a Repository by 'id'.
1 2 3 4 5 6 7 |
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, |
:class:'verta._repository.Repository' Specified Repository.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.