Description Usage Arguments Details Value
View source: R/client_api_scaffold.R
Attaches an endpoint to this Client.
1 2 3 4 5 6 7 8 |
path |
Path for the endpoint. |
description |
Description of the endpoint. |
workspace |
Workspace under which the endpoint with name name exists. If not provided, the current |
public_within_org |
If creating an endpoint in an organization's workspace: True |
visibility |
Visibility to set when creating this endpoint. If not provided, an |
id |
ID of the endpoint. This parameter cannot be provided alongside name, and other |
If an accessible endpoint with name 'path' does not already exist, it will be created and initialized with specified metadata parameters. If such an endpoint does already exist, it will be retrieved; specifying metadata parameters in this case will raise a warning.
:class:'verta.endpoint._endpoint.Endpoint'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.