testapi

Table of contents

Enumerations

Classes

Interfaces

Functions

PromptApiAxiosParamCreator

ConstPromptApiAxiosParamCreator(configuration?: Configuration): object

PromptApi - axios parameter creator

export

Parameters:

NameType
configuration?Configuration

Returns: object

NameType
apiV1PromptGet(skip?: number, take?: number, options: any) => Promise<RequestArgs>
apiV1PromptIdDelete(id: string, options: any) => Promise<RequestArgs>
apiV1PromptIdGet(id: string, options: any) => Promise<RequestArgs>
apiV1PromptIdPatch(id: string, promptPatchDTO?: PromptPatchDTO, options: any) => Promise<RequestArgs>
apiV1PromptPost(promptCreateDTO?: PromptCreateDTO, options: any) => Promise<RequestArgs>
apiV1PromptPromptIdVersionsGet(promptId: string, skip?: number, take?: number, options: any) => Promise<RequestArgs>
apiV1PromptPromptIdVersionsPost(promptId: string, promptVersionCreateDTO?: PromptVersionCreateDTO, options: any) => Promise<RequestArgs>
apiV1PromptVersionIdGet(id: string, options: any) => Promise<RequestArgs>
apiV1PromptVersionsIdDelete(id: string, options: any) => Promise<RequestArgs>

PromptApiFactory

ConstPromptApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): object

PromptApi - factory interface

export

Parameters:

NameType
configuration?Configuration
basePath?string
axios?AxiosInstance

Returns: object

NameType
apiV1PromptGet(skip?: number, take?: number, options?: any) => AxiosPromise<TestPromptDTO[]>
apiV1PromptIdDelete(id: string, options?: any) => AxiosPromise<TestPromptDTO>
apiV1PromptIdGet(id: string, options?: any) => AxiosPromise<TestPromptDTO>
apiV1PromptIdPatch(id: string, promptPatchDTO?: PromptPatchDTO, options?: any) => AxiosPromise<TestPrompt>
apiV1PromptPost(promptCreateDTO?: PromptCreateDTO, options?: any) => AxiosPromise<TestPrompt>
apiV1PromptPromptIdVersionsGet(promptId: string, skip?: number, take?: number, options?: any) => AxiosPromise<PromptVersionDTO[]>
apiV1PromptPromptIdVersionsPost(promptId: string, promptVersionCreateDTO?: PromptVersionCreateDTO, options?: any) => AxiosPromise<PromptVersionDTO>
apiV1PromptVersionIdGet(id: string, options?: any) => AxiosPromise<PromptVersionDTO>
apiV1PromptVersionsIdDelete(id: string, options?: any) => AxiosPromise<PromptVersionDTO>

PromptApiFp

ConstPromptApiFp(configuration?: Configuration): object

PromptApi - functional programming interface

export

Parameters:

NameType
configuration?Configuration

Returns: object

NameType
apiV1PromptGet(skip?: number, take?: number, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestPromptDTO[]>>
apiV1PromptIdDelete(id: string, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestPromptDTO>>
apiV1PromptIdGet(id: string, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestPromptDTO>>
apiV1PromptIdPatch(id: string, promptPatchDTO?: PromptPatchDTO, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestPrompt>>
apiV1PromptPost(promptCreateDTO?: PromptCreateDTO, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestPrompt>>
apiV1PromptPromptIdVersionsGet(promptId: string, skip?: number, take?: number, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromptVersionDTO[]>>
apiV1PromptPromptIdVersionsPost(promptId: string, promptVersionCreateDTO?: PromptVersionCreateDTO, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromptVersionDTO>>
apiV1PromptVersionIdGet(id: string, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromptVersionDTO>>
apiV1PromptVersionsIdDelete(id: string, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PromptVersionDTO>>

TestCaseApiAxiosParamCreator

ConstTestCaseApiAxiosParamCreator(configuration?: Configuration): object

TestCaseApi - axios parameter creator

export

Parameters:

NameType
configuration?Configuration

Returns: object

NameType
apiV1TestcaseIdDelete(id: string, options: any) => Promise<RequestArgs>
apiV1TestcaseIdGet(id: string, options: any) => Promise<RequestArgs>
apiV1TestcaseIdPatch(id: string, testCasePatchDTO?: TestCasePatchDTO, options: any) => Promise<RequestArgs>
apiV1TestcaseIdResultsGet(id: string, skip?: number, take?: number, options: any) => Promise<RequestArgs>
apiV1TestcaseListGet(skip?: number, take?: number, promptId?: string, options: any) => Promise<RequestArgs>
apiV1TestcasePost(testCaseCreateDTO?: TestCaseCreateDTO, options: any) => Promise<RequestArgs>
apiV1TestcaseResultIdGet(id: string, options: any) => Promise<RequestArgs>
apiV1TestcaseRunPost(testCaseRunCreateDTO?: TestCaseRunCreateDTO, options: any) => Promise<RequestArgs>
apiV1TestcaseRunsIdListGet(id: string, skip?: number, take?: number, options: any) => Promise<RequestArgs>
apiV1TestcaseRunsIdStatusGet(id: string, options: any) => Promise<RequestArgs>

TestCaseApiFactory

ConstTestCaseApiFactory(configuration?: Configuration, basePath?: string, axios?: AxiosInstance): object

TestCaseApi - factory interface

export

Parameters:

NameType
configuration?Configuration
basePath?string
axios?AxiosInstance

Returns: object

NameType
apiV1TestcaseIdDelete(id: string, options?: any) => AxiosPromise<TestCaseDTO>
apiV1TestcaseIdGet(id: string, options?: any) => AxiosPromise<TestCaseDTO>
apiV1TestcaseIdPatch(id: string, testCasePatchDTO?: TestCasePatchDTO, options?: any) => AxiosPromise<TestCaseDTO>
apiV1TestcaseIdResultsGet(id: string, skip?: number, take?: number, options?: any) => AxiosPromise<TestCaseResultDTO[]>
apiV1TestcaseListGet(skip?: number, take?: number, promptId?: string, options?: any) => AxiosPromise<TestCaseDTO[]>
apiV1TestcasePost(testCaseCreateDTO?: TestCaseCreateDTO, options?: any) => AxiosPromise<TestCaseDTO>
apiV1TestcaseResultIdGet(id: string, options?: any) => AxiosPromise<TestCaseResultDTO>
apiV1TestcaseRunPost(testCaseRunCreateDTO?: TestCaseRunCreateDTO, options?: any) => AxiosPromise<TestCaseRunResponseDTO>
apiV1TestcaseRunsIdListGet(id: string, skip?: number, take?: number, options?: any) => AxiosPromise<TestCaseResultDTO[]>
apiV1TestcaseRunsIdStatusGet(id: string, options?: any) => AxiosPromise<TestCaseResultStatusDTO[]>

TestCaseApiFp

ConstTestCaseApiFp(configuration?: Configuration): object

TestCaseApi - functional programming interface

export

Parameters:

NameType
configuration?Configuration

Returns: object

NameType
apiV1TestcaseIdDelete(id: string, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseDTO>>
apiV1TestcaseIdGet(id: string, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseDTO>>
apiV1TestcaseIdPatch(id: string, testCasePatchDTO?: TestCasePatchDTO, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseDTO>>
apiV1TestcaseIdResultsGet(id: string, skip?: number, take?: number, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseResultDTO[]>>
apiV1TestcaseListGet(skip?: number, take?: number, promptId?: string, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseDTO[]>>
apiV1TestcasePost(testCaseCreateDTO?: TestCaseCreateDTO, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseDTO>>
apiV1TestcaseResultIdGet(id: string, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseResultDTO>>
apiV1TestcaseRunPost(testCaseRunCreateDTO?: TestCaseRunCreateDTO, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseRunResponseDTO>>
apiV1TestcaseRunsIdListGet(id: string, skip?: number, take?: number, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseResultDTO[]>>
apiV1TestcaseRunsIdStatusGet(id: string, options?: any) => Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TestCaseResultStatusDTO[]>>
Found a mistake? Email us, and we'll send you a free t-shirt!

Enroll in beta

Request invite to our private Beta program for developers to join the waitlist. No spam, we promise.