flowus-api-call
Installation
SKILL.md
FlowUs API Call Skill
Use the flowus CLI with --json for every command.
Commands
- Without body:
flowus --json api call <METHOD> <PATH_TEMPLATE> --param key=value - With body:
flowus --json api call <METHOD> <PATH_TEMPLATE> --param key=value --body <body.json> - With headers:
flowus --json api call <METHOD> <PATH_TEMPLATE> --header key=value