Document Authoring Admin is the API used to store and retrieve files and details from the Document Authoring content repository.
You can read the official API docs here: https://docs.da.live
- Node 20+
git clone [email protected]:adobe/da-admin
In a terminal, run npm install
this repo's folder.
Use npx wrangler login
. Walk through the steps in browser.
KV is used for high-performance R/W operations. This value is stored locally.
npx wrangler kv:key put orgs '[{"name":"aemsites","created":"2023-10-31T17:43:13.390Z"}]' --binding=DA_AUTH --local
At the root of the project folder, run npm run dev
.
Browse to http://localhost:8787/list
to ensure you see the expected buckets.
- You can make your own buckets tied to your own Cloudflare account or you can request a
.dev.vars
file. - Cloudflare KV, which is used for org properties and session login info is locally stored when developing locally. You will need to make your own local KVs to test against.