-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Is your feature request related to a problem? Please describe.
When working with existing APIs, I often already have a curl command (from documentation, browser dev tools, or other tools). Recreating the same request manually in Chapar is time-consuming and error-prone, especially for complex headers, query params, or request bodies.
Describe the solution you'd like
Add a feature that allows users to import a request directly from a copied curl command. Chapar should parse the curl command and automatically populate the request method, URL, headers, query parameters, and body.
Additional context
- I’ve already created a PoC in this PR:
PoC: feat: add import from pasted curl fahmifan/chapar#1- screenshots in the PR
- it's pretty rough, I just created a minimum working example
- the parse curl is created by Claude, so far it's working
mirzakhany
Metadata
Metadata
Assignees
Labels
No labels