http

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	OpenapiPath_CreateRecord     = "/api/data/v1/namespaces/:namespace/objects/:objectApiName"
	OpenapiPath_UpdateRecordById = "/api/data/v1/namespaces/:namespace/objects/:objectApiName/:recordId"
	OpenapiPath_GetRecordById    = "/api/data/v1/namespaces/:namespace/objects/:objectApiName/:recordId"
	OpenapiPath_DeleteRecordById = "/api/data/v1/namespaces/:namespace/objects/:objectApiName/:recordId"
	OpenapiPath_GetRecords       = "/api/data/v1/namespaces/:namespace/objects/:objectApiName/records"
	OpenapiPath_UploadFile       = "/api/attachment/v1/files"
	OpenapiPath_DownloadFile     = "/api/attachment/v1/files/:fileId"
)

Variables

This section is empty.

Functions

func GetOpenapiClient

func GetOpenapiClient() *cHttp.HttpClient

func GetOpenapiPath_CreateRecord

func GetOpenapiPath_CreateRecord(objectApiName string) string

func GetOpenapiPath_DeleteRecordById

func GetOpenapiPath_DeleteRecordById(objectApiName string, recordId int64) string

func GetOpenapiPath_DownloadFile

func GetOpenapiPath_DownloadFile(fileId string) string

func GetOpenapiPath_GetRecordById

func GetOpenapiPath_GetRecordById(objectApiName string, recordId int64) string

func GetOpenapiPath_GetRecords

func GetOpenapiPath_GetRecords(objectApiName string) string

func GetOpenapiPath_UpdateRecord

func GetOpenapiPath_UpdateRecord(objectApiName string, recordId int64) string

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL