ChristophWurst / nextcloud-server

An experiment of exporting the client-side Nextcloud Server API as documented, stable and versioned npm package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

window.OCA APIs

ChristophWurst opened this issue · comments

  • Search
    • Core
  • FilesPdfViewer
    • PreviewPlugin
  • Theming
    • name
    • url
    • slogan
    • color
    • imprintUrl
    • privacyUrl
    • inverted
    • cacheBuster

Helper script: var md = ""; for (l1 in OCA) { md += "- [ ] " + l1 + "\n"; for (l2 in OCA[l1]) { md += " - [ ] " + l2 + "\n" } }