Options
Menu

Interface WikiRepository

class

WikiRepository

Index

Methods

getRepositoryLabel

  • getRepositoryLabel(fn: any, error: any): any
  • Parameters

    • fn: any
    • error: any

    Returns any

putPage

  • putPage(branch: string, path: string, contents: string, commitMessage: string, fn: any)
  • Parameters

    • branch: string
    • path: string
    • contents: string
    • commitMessage: string
    • fn: any

putPageBase64

  • putPageBase64(branch: string, path: string, contents: string, commitMessage: string, fn: any)
  • Parameters

    • branch: string
    • path: string
    • contents: string
    • commitMessage: string
    • fn: any

removePage

  • removePage(branch: string, path: string, commitMessage: string, fn: any)
  • Parameters

    • branch: string
    • path: string
    • commitMessage: string
    • fn: any

Generated using TypeDoc