7 ms·
It's really easy to use too. I recently extended the base implementation for a service that it didn't support and it took me very little time.
by dtwwtd 13y ago
It's really easy to use too. I recently extended the base implementation for a service that it didn't support and it took me very little time.
- jrussbowman 13y agoI put some time into it a couple years ago before my 2nd kid was born. I've always wanted to go back and work on making it a bit easier to use. One of the things I'd love to do is get rid of it being so tied to request handlers so you can use it more seamlessly in apps.
- dtwwtd 13y agoYeah it would be great to be able to make API requests using the helper methods from outside of a request handler. As it is, it isn't that difficult to do it otherwise but it's just more code duplication.