Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 354 Bytes

TODO.md

File metadata and controls

10 lines (7 loc) · 354 Bytes

TODOs

  • Debug / dry run mode that just prints the request that will be sent.
  • Pass in extra variables that overwrite things in env as command line args.
  • Better error handling, especially around request execution.
  • Better separation between parsing and execution.

Ideas

  • Rewrite request file parsing with nom?