From 6adb5d5c73fe65e14a3023c2b35c077c8c445779 Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Sat, 7 Jun 2025 01:28:36 -0300 Subject: [PATCH] Add Postmark endpoint and initial collection configuration --- endpoints/[POST] postmark.bru | 11 +++++++++++ endpoints/bruno.json | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 endpoints/[POST] postmark.bru create mode 100644 endpoints/bruno.json diff --git a/endpoints/[POST] postmark.bru b/endpoints/[POST] postmark.bru new file mode 100644 index 0000000..e0a90d1 --- /dev/null +++ b/endpoints/[POST] postmark.bru @@ -0,0 +1,11 @@ +meta { + name: [POST] postmark + type: http + seq: 2 +} + +post { + url: https://inbox-negotiator.vercel.app/api/postmark + body: none + auth: none +} diff --git a/endpoints/bruno.json b/endpoints/bruno.json new file mode 100644 index 0000000..7356907 --- /dev/null +++ b/endpoints/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "Inbox Negotiator", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file