firecamp-dev / firecamp

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

Allow storing API/Workspace/Collections in a repository for better version control and collaboration #241

Open andreycattalin opened 2 weeks ago

andreycattalin commented 2 weeks ago

Is your feature request related to a problem? Please describe. As a developer I want to be able to store the API/Workspace/Collections in a repository.

I have tried the export function but as of today it is not visible in v3.3.0-beta.3

image

Describe the solution you'd like Allowing exporting is a good solution, if it works as it says in its documentation.

However, it would be a better solution to allow linking to a repository where to store the API requests (Workspace/Collections).

Additional context I usually use it for documentation as well as for testing an API.