Skip to content Skip to sidebar Skip to footer
Showing posts with the label Eve

How To Have Eve Write To Different Databases Based On Various Url Parameters And Request Values?

I'm attempting to create a REST API that selects the appropriate mongo database to write to alo… Read more How To Have Eve Write To Different Databases Based On Various Url Parameters And Request Values?

Python Eve - User-restricted Resource Access Feature With Item's Id_field As Auth_field

I have a collection of users, that I left it open without authentication for POST so user can creat… Read more Python Eve - User-restricted Resource Access Feature With Item's Id_field As Auth_field

How To Have Eve Write To Different Databases Based On Various URL Parameters And Request Values?

I'm attempting to create a REST API that selects the appropriate mongo database to write to alo… Read more How To Have Eve Write To Different Databases Based On Various URL Parameters And Request Values?

REST API Framework That Works With My Python Program Instead Of Database

I wanted to create a very simple REST API. I found EVE Framework very promising and I want to inste… Read more REST API Framework That Works With My Python Program Instead Of Database