Chris Corbyn

Results 63 comments of Chris Corbyn

@cmer the connection_pool gem referenced in the wiki page you link to could be more desirable to the grocer team, since it moves the responsibility for maintaining the pool to...

Yeah do it with connection_pool and then you can take the responsibility for maintaining the concurrency stuff out of Grocer's codebase.

So currently we're in beta and the API is open for personal use only (no sharing your token with a third party). In this phase there is no automatic expiry...

Absolutely, that's on the list 👍

Hi @drnic! OAuth is on the cards but at this point we can't give a firm timeframe on when it will be implemented. It will almost certainly be before any...

Hi @bentwonk, I'm not sure if this will help you or not, but you can use `filter[status]` to get only the settled transactions, but `filter[since]` would still search on the...

Perhaps it may be sufficient to add `?sort=-createdAt` (default), `?sort=settledAt` (`?sort=-settledAt` for descending order, as per JSON:API). The `filter[since]` and `filter[until]` parameters would operate on the basis of the sort...

@gxander85 This is not currently implemented but it will most likely be implemented in the future. Will leave this open as a feature request so we can let you know...

Hey @Ovyerus, thanks for reaching out. Additional fields for Savers are definitely planned; simply not yet implemented at the point we chose to open the API. Will let you know...

Feel free to do so. Just be aware that we almost certainly know they're missing and it's just the fact we're early out of the gates and haven't gotten to...