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

Cli API Keys #238

Closed ypotter closed 1 year ago

ypotter commented 1 year ago

I have added a new section called api keys as part of the will to create a cli package for sharkio.

Screenshot 2023-10-22 at 22 05 06
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sharkio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2023 6:40am
idodav commented 1 year ago

front end build is failing with 2 errors:

> client@0.1.0 build
[16:56:37.558] > tsc && vite build
[16:56:37.558] 
[16:56:43.491] src/pages/api-keys/EditTokenModal.tsx(25,14): error TS6133: 'res' is declared but its value is never read.
[16:56:43.491] src/pages/api-keys/KeysTable.tsx(1,1): error TS6133: 'React' is declared but its value is never read.
[16:56:43.491] src/pages/service/service.tsx(169,23): error TS2741: Property 'sniffer_id' is missing in type 'SnifferConfig' but required in type 'Service'.
[16:56:43.527] Error: Command "npm run build" exited with 2