Paul James

Results 35 comments of Paul James

This is a good point. There's currently no "easy" way to ask a Resource what methods it'll respond to. The Application knows but you need to pull all of the...

Hi @beoss I'm confused about your additions to the Application object. It appears to presume that the request body of the request is a querystring style encoded string and parse...

Any data in the HTTP request will be read into the Request::$data property (as a string), you can then process this data depending on the request content-type header. See https://github.com/peej/tonic/blob/master/src/Tonic/Request.php#L63...

Hi Hugo, You should be able to send a request body for any method type, and your use-case seems to be a totally valid one. Ensure that your defined resource...

Not sure what you mean, can you explain?

Great, thanks for finding this. Can you create a pull request?

Hi, I've been unable to recreate this issue. Can you provide a test case or more info around what's causing the problem?

Hi ivolator, Thanks for reporting these issues. Not knowing what is causing the problem, it's not possible for me to test what effects the uri parameter amends have. Do you...

Hi @ivolator, did you get anywhere with this? If not, can you provide an example of the code that causes the issue?

Sorry, I hadn't realised I hadn't pushed it to my VIA fork: https://github.com/peej/keyboards/blob/rosaline/src/peej/rosaline/rosaline.json