apiDefinitions

API definition details including source files and AI-generated documentation.

Examples

type APIDefinitions {
  source: String
  fileName: String
  link: String
  llmTitle: String
  llmDescription: String
  functions: [ApiSecurityItemFunction]
}

Fields

Field
Description
Supported fields

source String

Source of the API definition

fileName String

Name of the file containing the API definition

link String

URL link to the API definition file

llmTitle String

AI-generated title for the API

llmDescription String

AI-generated description of the API functionality

List of functions that implement this API

function String line Int snippet String filepath String link String

References

Fields with this object:

Last updated