Initial import of zapier-docs-master from zapier monorepo
This commit is contained in:
commit
4e13eda3d5
31 changed files with 482 additions and 0 deletions
9
modules/verae-zapier-middleware/NATS.md
Normal file
9
modules/verae-zapier-middleware/NATS.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# NATS — verae-middleware
|
||||
|
||||
| Direction | Address | Peer | Body |
|
||||
|-----------|---------|------|------|
|
||||
| OUT | `verae.zapier.jobs.watch` | job-poller | job watch payload |
|
||||
| IN | `verae.zapier.jobs.events` | waiter | terminal status |
|
||||
| OUT | (via aggregator) `verae.archive.query` | WORM | attached lookup |
|
||||
|
||||
HTTP remains the only Zapier-facing surface.
|
||||
15
modules/verae-zapier-middleware/SUMMARY.md
Normal file
15
modules/verae-zapier-middleware/SUMMARY.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# verae-middleware (HTTP edge)
|
||||
|
||||
**Job:** Public `/zapier/v1/*`. Auth, entitlements, timestamp/wait, hash lookup, objects, receipts. Publishes NATS jobs; waits on events.
|
||||
|
||||
**Expects HTTPS from:** zappier-edge (or Zapier if pointed here).
|
||||
|
||||
**Sends:**
|
||||
- HTTPS to verae-chain-client (`/api/timestamp`, `/api/status`, `/api/verify`)
|
||||
- `verae.zapier.jobs.watch` after create
|
||||
- waits `verae.zapier.jobs.events`
|
||||
- splitter + aggregator when attachments / `includeAttached`
|
||||
|
||||
**Returns to requestor:** 202 `{ jobId }` or wait JSON (completed / pending+jobId).
|
||||
|
||||
**NATS:** never exposed to Zapier.
|
||||
Loading…
Add table
Add a link
Reference in a new issue