mtimkovich / rip_quick_add

Quickly create Google Calendar events from natural language.
https://chrome.google.com/webstore/detail/rip-quick-add/einookkhlkagdckkngcebldmicpilpmk
MIT License
12 stars 3 forks source link

Implement search query #5

Open BANOnotIT opened 1 month ago

BANOnotIT commented 1 month ago

Firefox supports query engines with http://site/path?param=%s template strings. Your current API uses POST with JSON. Is there any possibility to do GET with query param to enable search shortcuts in FF and other browsers?

mtimkovich commented 1 month ago

Yeah, that's a good idea!