- Support for standard HTTP methods:
GET, POST, PUT, DELETE - Headers and Body configuration
- Fix quotation marks to support formats beyond double quotes
- Customizable response output using the
jsonpath-pluslibrary- Display strings when arrays contain a single element
- Properties configuration (pending implementation)
- Support for repeated requests (e.g., at fixed intervals or multiple iterations)
- Single-request execution
- Save responses to a file
- Automatically save responses upon each code block execution
- Integration with
frontmattervariables using{{this.VARNAME}}syntax - Global variables (Key/Value pairs) managed via settings
- Modals (removed for streamlined functionality)
-
res-typeflag (removed) -
notify-ifflag (removed to reduce complexity) -
renderflag (removed to focus on core functionality) -
maketable(removed to simplify output) -
formatflag (removed for streamlined functionality) - Support for non-JSON formats (e.g., MD, XML) — JSON remains the primary focus
-
hideflagdo we actually want this? -
auto-updateflag - Unique request identifiers (
req-uuid) (save it in local storage and use it for subsequent requests unless user use the flagauto-update) - [-] Inline queries (rendered exclusively in "read mode")
- Data re-usage (
{{ls.UUID>JSONPath}}syntax, wherelsstands forlocalStorage) - Support for comments using
#or//syntax