built read endpoint

This commit is contained in:
Ean Milligan
2026-04-10 01:24:21 -04:00
parent 6444b84af4
commit f52a91a809
9 changed files with 32 additions and 8 deletions

View File

@@ -0,0 +1,16 @@
meta {
name: read plan
type: http
seq: 1
}
get {
url: http://localhost:14014/api/read/[planId]
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}