Platform libraries
Contents
Introduction
When building Enonic apps you may access a broad set of platform capabilities by requiring these libraries. Each library is pulled into your app as a build.gradle dependency and loaded at runtime via require('/lib/xp/<library>').
| In addition to the list available in this documentation, you may also browse the JSDocs version. |
Headless API
Visit the CMS documentation for details regarding the content schemas and our headless GraphQL API
JavaDoc
Java developers or anyone interested in a Platform deep dive may check out our JavaDoc (zipfile download).