22 lines
409 B
Markdown
22 lines
409 B
Markdown
|
# My requests collections
|
||
|
|
||
|
Collections of [posting](https://posting.sh/) requests and scripts.
|
||
|
|
||
|
Collections structure
|
||
|
```
|
||
|
api-name/
|
||
|
├── scripts/
|
||
|
│ └── request-name.py
|
||
|
└── *.posting.yaml
|
||
|
```
|
||
|
|
||
|
Alternative structure for more complex APIs
|
||
|
```
|
||
|
api-name/
|
||
|
├── scripts/
|
||
|
│ └── group-name/
|
||
|
│ └── request-name.py
|
||
|
└── group-name/
|
||
|
└── *.posting.yaml
|
||
|
```
|