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

Method GetInfo

service/api/service.go:22–22  ·  view source on GitHub ↗
(ctx context.Context, aid string)

Source from the content-addressed store, hash-verified

20 ListForService(ctx context.Context, serviceId string) ([]*API, error)
21 ListForServices(ctx context.Context, serviceIds ...string) ([]*API, error)
22 GetInfo(ctx context.Context, aid string) (*Info, error)
23 ListInfo(ctx context.Context, aids ...string) ([]*Info, error)
24 ListInfoForService(ctx context.Context, serviceId string) ([]*Info, error)
25 ListInfoForServices(ctx context.Context, serviceIds ...string) ([]*Info, error)

Callers 2

DetailMethod · 0.65
SimpleDetailMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected