Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 607 Bytes

README.md

File metadata and controls

45 lines (23 loc) · 607 Bytes

ApiTester README

ApiTester is a postman like api test extension for vscode.

Features

use .yaml file define request;

global.yaml define global vars and fields;

Available field : url, method, header, data, params;

Quick start

Quick start


Advanced

How to use


define global


use variables

Release Notes

0.0.1

Base function

0.0.3

Update readme

0.0.4

  1. Extension can be running at any path

  2. Fix "url" undefind error