meeshkan / unmock-vscode-plugin

Unmock plugin for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Functionality] Fetch mocks from recognized URLs

idantene opened this issue · comments

If the document contains direct calls to a URL, offer a "get mock now" link over URL.

Requirements and implementation:

  • Statically find URLs via common libraries (i.e. axios, what else?)
  • Statically recognize what parameters for the call are static/hard typed, and which are variables.
  • Ask user to fill in information for variables.

Not valid anymore in new-ish version of unmock