From 3e16a253026515db69efd7e17fbd6668087dc330 Mon Sep 17 00:00:00 2001 From: john kevin asprec Date: Thu, 30 Jul 2026 20:09:25 +0800 Subject: [PATCH] init --- .postman/resources.yaml | 9 +++++++++ postman/globals/workspace.globals.yaml | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .postman/resources.yaml create mode 100644 postman/globals/workspace.globals.yaml diff --git a/.postman/resources.yaml b/.postman/resources.yaml new file mode 100644 index 0000000..2220a91 --- /dev/null +++ b/.postman/resources.yaml @@ -0,0 +1,9 @@ +# Use this workspace to collaborate +workspace: + id: d94c37de-425e-4c7e-8c1b-7d28145feb57 + +# All resources in the `postman/` folder are automatically registered in Local View. +# Point to additional files outside the `postman/` folder to register them individually. Example: +#localResources: +# collections: +# - ../tests/E2E Test Collection/ diff --git a/postman/globals/workspace.globals.yaml b/postman/globals/workspace.globals.yaml new file mode 100644 index 0000000..e96c6d6 --- /dev/null +++ b/postman/globals/workspace.globals.yaml @@ -0,0 +1,2 @@ +name: Globals +values: []