Phillip Markert

Results 7 comments of Phillip Markert

This one is looking like more of a challenge. At first, I was hopeful that the http request/response objects that are available in the session as "hyperpotamus.response" and "hyperpotamus.response.request" would...

Thought I might also include a link to the project that is using this: https://github.com/pmarkert/hyperpotamus (not merged into master yet, so view https://github.com/pmarkert/hyperpotamus/commit/fbbd45691d2befdb86fd2675367f27079fef811d for the usage) and a specific wiki...

Hi Jonas, Apologies for the delayed response. I was out of the country working on a mission trip. This is definitely not very well documented and I have not done...

The `on_failure` and `on_success` elements are universal properties that are available for any action that is being executed, so they need to be specified at the same level as the...

+1 I am having the same issue with https requests using the request npm module.

I'm also running into this for my typescript/react project. If I leave the field name as `id` in the model, then it does work as expected (even when "id" is...

I have another use-case that I think would have been more easily solved with the custom key function. The default query keys use a single composite object with baseUrl, _id...