firecamp-dev / firecamp

Developer-first OpenSource API DevTool, Postman/Insomnia alternative.
https://firecamp.dev
GNU Affero General Public License v3.0
1.92k stars 122 forks source link

feat: Firecamp HTTP Archive (HAR) Format Conversion #146

Open Nishchit14 opened 10 months ago

Nishchit14 commented 10 months ago

Overview

Add capability in Firecamp to convert between HTTP Archive (HAR) format and Firecamp's internal HTTP request format bidirectionally.

User Stories

Proposed Solution

Implementation Details

Testing

Resources

disalechinmay commented 10 months ago

@Nishchit14 - I was trying to see how much time this feature would take. I see there is a service being called whenever I try to import a collection. Seems like the host is being picked up from here - https://github.com/firecamp-dev/firecamp/blob/main/.env.example#L1 I couldn't find the codebase related to that API service in this repo. Is it in some other repo which is private?

Nishchit14 commented 10 months ago

@disalechinmay you don't need to call any API. We only need to build an independent package that will handle the Firecamp <> HAR collection format conversion. Here is the package https://github.com/firecamp-dev/firecamp/tree/main/packages/firecamp-har