api-client/packages/hoppscotch-cli/src
James George d3144f99fb
fix: strip comments from JSON request bodies in CLI (#5769)
Fixes collections with JSON comments failing in the CLI with `SerializationException` while working fine in the app, where comments are stripped before sending requests, but the CLI was sending them as-is, breaking APIs like AWS Cognito that expect valid JSON.
2026-01-14 17:06:30 +05:30
..
__tests__ fix: strip comments from JSON request bodies in CLI (#5769) 2026-01-14 17:06:30 +05:30
commands feat: migrate to a unified scripting system based on faraday-cage (#5090) 2025-05-23 22:54:27 +05:30
handlers feat: collection CLI runner with iterations and data feed (#4475) 2024-11-22 22:38:51 +05:30
interfaces feat(scripting-revamp): introduce hopp namespace (#5388) 2025-09-24 17:09:55 +05:30
options/test feat: migrate to a unified scripting system based on faraday-cage (#5090) 2025-05-23 22:54:27 +05:30
types feat: collection variables (#5325) 2025-08-22 14:39:42 +05:30
utils fix: strip comments from JSON request bodies in CLI (#5769) 2026-01-14 17:06:30 +05:30
index.ts feat: migrate to a unified scripting system based on faraday-cage (#5090) 2025-05-23 22:54:27 +05:30
tsconfig.json Feature: hopp-cli in TypeScript (#2074) 2022-03-28 13:56:15 +05:30