Apix
Don't lock yourself or your team out with postman or other GUI http clients . Use a super simplistic file format for fastest http api testing .
Team Members
Description
.http files are amazing way to test api right in IDE without having to use GUI . But it lacks on things like form data and other technologies like Websockets , GRPC , etc . Our goal is simple . Create a .http alternative file format with extension support in VSCode to make it extremely smooth to test out the changes and even share it with your teams along with extensive support of .env and other things .
Issues & PRs Board
Pull Request
Changed the Extension.ts and split Window Functionality
Pull Request
Tests/import parser
Pull Request
Initialize apix extension with core configuration, VSCode settings, a…
Pull Request
Add core functionality and authentication utilities; create new modul…
Pull Request
httpParsers,testingCases and pluginInterface created
Pull Request
Tests/import parser
Pull Request
Name parser and tests for it
Pull Request
variableParser and relevent tcs added
Pull Request
feat: added frontend
Pull Request
Add TODO and example HTTP requests; refactor parsers and authenticati…
Pull Request
Feat/auth
Pull Request
feat: add import parser utility for handling ES6 import statements
Pull Request
Module parser regex and test
Pull Request
envParser and testFiles written