Victor
Victor
Hi, I'm working on a JSONPatch library: https://github.com/victuxbb/jsonpatch Currently I have a stable version but these days I will try to release another one without dependencies (I have a new...
As @ingared8 mentioned, seems a problem with the consumer security settings, I was dealing with same error and when I configured properly my security user and pass everything worked well!
Great! no problem, if it's necesary I can change the code. Thanks.
@PedroTroller I was expecting that assertArrayContains is checking the header name and the value and I see that it doesn't. I was trying to understand the code in assertArrayContains but...
Ok, making some investigations I think I found the real problem: The Asserter.php expects arrays that come from TableNode.php and formated with the method ``` php $expectedHeaders = $headerTable->getRowsHash(); ```...
Well...this is a mythical question, annotations vs configuration :) Personally I would summarize it in : ``` Annotations have become more harmful than helpful these days. We should get back...
Hi @NiteshKant, I made a first draft version using annotations: https://github.com/scm-spain/karyon-rest-router I'll keep adding features and anything that could be useful.