stub out get endpoints, built list endpoint

This commit is contained in:
Ean Milligan
2026-04-10 01:20:53 -04:00
parent b8bd784807
commit 6444b84af4
7 changed files with 49 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
meta {
name: create plan
type: http
seq: 1
seq: 2
}
post {

View File

@@ -1,7 +1,7 @@
meta {
name: delete plan
type: http
seq: 5
seq: 7
}
delete {

View File

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

View File

@@ -1,7 +1,7 @@
meta {
name: move plan
type: http
seq: 4
seq: 5
}
put {

View File

@@ -1,7 +1,7 @@
meta {
name: rename plan
type: http
seq: 3
seq: 4
}
put {

View File

@@ -1,7 +1,7 @@
meta {
name: update plan
type: http
seq: 2
seq: 3
}
put {