Justin Dalrymple

Results 260 comments of Justin Dalrymple

Alright cool! Ill have some updates in the next week :crossed_fingers:

@Vogel612 Yea you're right. I really need to review all of this stuff, just been slow recently. Who would of thought adding types for everything would take so long :joy:

Next up is the #1104 , but feel free to put together a PR if you need this sooner!

Definitely doable! the cookie should be easily added, the data part would require a little deeper of a change, but nothing more than maybe 20 min of work max

Thats what the requestTimeout option would be used for, but it would be applied to all requests. Could you give me an example of how you would want it to...

Yea that should be possible. I never did take into consideration the paginated requests in terms of the timeout. In those cases, it would make sense that the default behaviour...

Ill close #236 As this provides a better way forward. The use pattern is definitely a clean way of moving forward. Something similar to: ``` import { Service } from...

Could probably just modify the instantiation object as to not change the interface too much. Wouldn't be too difficult to implement, but would really eat up memory no?

Wouldn't be too hard though! Sounds like a cool feature too. If you get the chance see if you can tinker with it. Ill try and set some time aside...

More questions about this feature! How do the requests change to use the caching feature? is it a different url? or an additional header. I can't seen to find an...