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

Bug | empty config file crashes the app #103

Closed Oferlis closed 1 year ago

Oferlis commented 1 year ago

Add validation for an empty file case to avoid crashing the app

Object type validation is still required, it is WIP as far as I know

idodav commented 1 year ago

Merged Thanks @Oferlis