sasjs / cli

Command line interface for creating, compiling, and building SAS® projects

Home Page:https://cli.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move all HTTP requests to @sasjs/adapter

YuryShkoda opened this issue · 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