Options
Menu

Class GitWikiRepository

class

GitWikiRepository

Index

Constructor methods

constructor

Properties

directoryPrefix

directoryPrefix:

factoryMethod

factoryMethod:

Methods

branches

  • branches(fn: )

commitInfo

  • commitInfo(commitId: , fn: )

commitTree

  • commitTree(commitId: , fn: )

completePath

  • completePath(branch: , completionText: , directoriesOnly: , fn: )

createDirectory

  • createDirectory(branch: , path: , commitMessage: , fn: )

diff

  • diff(objectId: , baseObjectId: , path: , fn: )

exists

  • exists(branch: , path: , fn: )

getContent

  • getContent(objectId: , blobPath: , fn: )

getLogPath

  • getLogPath(path: )

getPage

  • getPage(branch: , path: , objectId: , fn: )

getPath

  • getPath(path: )

getRepositoryLabel

  • getRepositoryLabel(fn: , error: )

git

  • git()

history

  • history(branch: , objectId: , path: , limit: , fn: )

jsonChildContents

  • jsonChildContents(path: , nameWildcard: , search: , fn: )

putPage

  • putPage(branch: , path: , contents: , commitMessage: , fn: )

putPageBase64

  • putPageBase64(branch: , path: , contents: , commitMessage: , fn: )

removePage

  • removePage(branch: , path: , commitMessage: , fn: )

rename

  • rename(branch: , oldPath: , newPath: , commitMessage: , fn: )

revertTo

  • revertTo(branch: , objectId: , blobPath: , commitMessage: , fn: )

Generated using TypeDoc