cli icon indicating copy to clipboard operation
cli copied to clipboard

Move all HTTP requests to @sasjs/adapter

Open YuryShkoda opened this issue 2 years ago • 0 comments

Problem

  • Currently @sasjs/cli and @sasjs/adapter use separate instances of axios which makes managing HTTP clients more difficult.
  • Verbose mode can't be enabled for the HTTP client used in @sasjs/cli.

To-do

  • Move logic from createFileFromUrl utility to @sasjs/adapter.
  • Move logic from isSasJsServerInServerMode utility to @sasjs/adapter.
  • Remove axios depency from @sasjs/cli

YuryShkoda avatar Aug 15 '23 13:08 YuryShkoda