No description
Find a file
2025-01-06 17:13:59 +01:00
pssecret-server Init commit; pssecret-server collection 2025-01-06 17:13:59 +01:00
.gitignore Init commit; pssecret-server collection 2025-01-06 17:13:59 +01:00
poetry.lock Init commit; pssecret-server collection 2025-01-06 17:13:59 +01:00
pyproject.toml Init commit; pssecret-server collection 2025-01-06 17:13:59 +01:00
README.md Init commit; pssecret-server collection 2025-01-06 17:13:59 +01:00

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