MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Create

Method Create

module/ai-api/module.go:12–12  ·  view source on GitHub ↗
(ctx context.Context, serviceId string, input *ai_api_dto.CreateAPI)

Source from the content-addressed store, hash-verified

10
11type IAPIModule interface {
12 Create(ctx context.Context, serviceId string, input *ai_api_dto.CreateAPI) error
13 Edit(ctx context.Context, serviceId string, apiId string, input *ai_api_dto.EditAPI) error
14 Delete(ctx context.Context, serviceId string, apiId string) error
15 List(ctx context.Context, keyword, serviceId string) ([]*ai_api_dto.APIItem, error)

Callers 11

AddAuthorizationMethod · 0.65
EditAuthorizationMethod · 0.65
DetailMethod · 0.65
pullHookMethod · 0.65
DeployMethod · 0.65
OnInitMethod · 0.65
OnInitMethod · 0.65
AddProviderMethod · 0.65
ConfiguredProvidersMethod · 0.65
UpdateProviderConfigMethod · 0.65
CreateMethod · 0.65

Implementers 1

imlAPIModulemodule/ai-api/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected