apiInventoryCommit

Git commit information associated with an API discovery.

Examples

type ApiInventoryCommit {
  commitInfo: ApiInventoryCommitInfo
  match: String
  snippet: String
  snippetLineNumber: Int
  startLineNumber: Int
  fileName: String
  link: String
}

Fields

Field
Description
Supported fields

Detailed information about the Git commit

authorName String authorEmail String committerName String committerEmail String commitId String message String authorDate Date commitDate Date

match String

Text match found in the commit

snippet String

Code snippet from the commit showing the API usage

snippetLineNumber Int

Line number where the snippet appears

startLineNumber Int

Starting line number of the relevant code section

fileName String

Name of the file modified in this commit

link String

URL link to view this commit

References

Fields with this object:

Last updated