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

refactor: changed the attribute naming from snake-case to camelCase a… #214

Closed OshriAsulin closed 1 year ago

OshriAsulin commented 1 year ago

In this PR I changed the naming of two attributes from snake-case to camelCase as expected in react

Proposed Changes:

These changes have been made consistently throughout the codebase to ensure uniformity and adherence to React's camelCase convention.

This PR is addressed to issue #213