Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

A few thoughts:

1) It would be clearer what this was if you linked to the SaaS page rather than the client libraries on Github. Or even put in the readme that these are just client libraries for the SaaS app.

2) For the Django code, if you converted that to generic wsgi middleware, it would work with most Python frameworks. If you also created asgi middleware, it would also work with the newer async frameworks (including DJango 3.1). You could also keep the framework specific middleware for ease of integration for those who want, but the generic middleware would be a basic framework agnostic option.



A WSGI middleware would not be able to catch exceptions in production mode, as the generic 500 error page would already be completed by that point.


Thanks for your comment.

1. Website link: https://apio.in

2. Great ideas. Please share any link on how to do this, if possible.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: