Skip to content

Commit 720f17f

Browse files
committed
doc: Add Bruno collection
Useful for working with Bruno App
1 parent 06e7467 commit 720f17f

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

docs/bruno/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Secrets
2+
.env*
3+
4+
# Dependencies
5+
node_modules
6+
7+
# OS files
8+
.DS_Store
9+
Thumbs.db

docs/bruno/opencollection.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
opencollection: 1.0.0
2+
3+
info:
4+
name: Alchemy JSON:API
5+
bundled: false
6+
extensions:
7+
bruno:
8+
ignore:
9+
- node_modules
10+
- .git

0 commit comments

Comments
 (0)