posting-collections/README.md

409 B

My requests collections

Collections of posting 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