stub out get endpoints, built list endpoint
This commit is contained in:
16
.bruno/Plan Endpoints/list plans.bru
Normal file
16
.bruno/Plan Endpoints/list plans.bru
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user