No description
pssecret-server | ||
.gitignore | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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