Documentation
¶
Index ¶
- Variables
- func AutoCompleteUrl(version string) *url.URL
- func BrowseUrl(version string) *url.URL
- func BusinessMetadataAttributePath(guid string, bmName string) *url.URL
- func BusinessMetadataPath(guid string, options *models.QueryParams) *url.URL
- func ClassesByUniqueAttributePath(attributes *models.QueryAttributes) *url.URL
- func ClassificationPath(guid string, classificationName string) *url.URL
- func ClassificationsPath(guid string) *url.URL
- func CreateOrUpdateBulkCollectionUrl(collName string, apiVersion string) *url.URL
- func CreateOrUpdateCollectionUrl(collName string, apiVersion string) *url.URL
- func CreateOrUpdateEntitiesPath(options *models.QueryParams) *url.URL
- func CreateOrUpdateEntityPath(options *models.QueryParams) *url.URL
- func DeleteClassificationByUniqueAttributePath(attributes *models.QueryAttributes, classificationName string) *url.URL
- func DeleteEntitiesByGuids(guids []string) *url.URL
- func EntityByGuidPath(guid string, options *models.QueryParams) *url.URL
- func EntityByUniqueAttributePath(attributes *models.QueryAttributes, options *models.QueryParams) *url.URL
- func GetEntitiesByUniqueAttributesPath(attributes *models.QueryAttributes, options *models.QueryParams) *url.URL
- func HeaderPath(guid string) *url.URL
- func LabelPath(guid string) *url.URL
- func LabelsByUniqueAttributePath(attributes *models.QueryAttributes) *url.URL
- func ListEntitiesByGuidsPath(guids []string, options *models.QueryParams) *url.URL
- func MoveEntitiesHereUrl(collName string, apiVersion string) *url.URL
- func PartialUpdateEntityAttributeByGuidPath(guid string, attributeName string) *url.URL
- func QueryUrl(version string) *url.URL
- func SuggestUrl(version string) *url.URL
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BulkEntitiesPath = entityBasePath.JoinPath("/bulk") BusinessMetadataBasePath = entityBasePath.JoinPath("/businessmetadata") SampleBusinessMetadataTemplatePath = BusinessMetadataBasePath.JoinPath("/import/template") ImportBusinessMetadataPath = BusinessMetadataBasePath.JoinPath("/import") SetClassificationsPath = BulkEntitiesPath.JoinPath("/setClassifications") AddClassificationPath = BulkEntitiesPath.JoinPath("/classification") )
Functions ¶
func AutoCompleteUrl ¶
func BusinessMetadataPath ¶
func BusinessMetadataPath( guid string, options *models.QueryParams, ) *url.URL
func ClassesByUniqueAttributePath ¶
func ClassesByUniqueAttributePath( attributes *models.QueryAttributes, ) *url.URL
func ClassificationsPath ¶
func CreateOrUpdateEntitiesPath ¶
func CreateOrUpdateEntitiesPath(options *models.QueryParams) *url.URL
func CreateOrUpdateEntityPath ¶
func CreateOrUpdateEntityPath(options *models.QueryParams) *url.URL
func DeleteClassificationByUniqueAttributePath ¶
func DeleteClassificationByUniqueAttributePath( attributes *models.QueryAttributes, classificationName string, ) *url.URL
func DeleteEntitiesByGuids ¶
func EntityByGuidPath ¶
func EntityByGuidPath(guid string, options *models.QueryParams) *url.URL
func EntityByUniqueAttributePath ¶
func EntityByUniqueAttributePath( attributes *models.QueryAttributes, options *models.QueryParams, ) *url.URL
func GetEntitiesByUniqueAttributesPath ¶
func GetEntitiesByUniqueAttributesPath( attributes *models.QueryAttributes, options *models.QueryParams, ) *url.URL
func HeaderPath ¶
func LabelsByUniqueAttributePath ¶
func LabelsByUniqueAttributePath(attributes *models.QueryAttributes) *url.URL
func ListEntitiesByGuidsPath ¶
func ListEntitiesByGuidsPath( guids []string, options *models.QueryParams, ) *url.URL
func SuggestUrl ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.