Vladimir Berkutov

Results 2 issues of Vladimir Berkutov

I propose to add `/method` endpoint that would accept requests with any HTTP methods (e.g. `ARBITRARY-METHOD`) and return `{"method": "ARBITRARY-METHOD"}` JSON. This could be helpful as [a lot of methods...

Hi! I've added a few lines so the application and menu items could now be initialized more conveniently. Here is an example, also committed as `examples/example_init.py`: ``` import rumps @rumps.clicked('Switch...