posting-collections/README.md

22 lines
409 B
Markdown
Raw Normal View History

# 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
```