Cory Etzkorn
Cory Etzkorn
Would love to be able to use environment variables in webhook HTTP request URLs. My requests currently get sent to a prod URL locally, leaving me with no way to...
Not yet
@pquerner I've played around with this a little bit, but don't have anything yet. It's surprisingly complicated to get right. Would definitely accept a PR if you add unit tests...
Definitely would like to add this. Will look into it.
Thanks for typing this up! It's great. Some thoughts... #### Concepts - The whole purpose of this code is to provide real time hours. `hours_today` = real time. `hours_this_week` =...
#### Proposed API Methods Here's what I'd like to see included in the API. Let me know what you think! - `is_open()` - returns true if store is currently open...