gabledata / recap

Work with your web service, database, and streaming schemas in a single format.
https://recap.build
MIT License
334 stars 24 forks source link

Clients should raise a standard `NotFound` exception for ls/schema #398

Open criccomini opened 1 year ago

criccomini commented 1 year ago

If clients can't find a path or resource, they should raise a standard exception. We should use this exception in cli.py and gateway.py to print None or raise a 404, respectively.