sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

30 traffic cli #210

Closed hadar-hezi closed 12 months ago

hadar-hezi commented 1 year ago

Description

This is the implementation of the cli. It has the functions: List requests - displays the requests that are logged in the open-api file. Execute - Allows to pick a request from the open-api file (still doesn't execute it and doesn't log it).