dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
http://docs.dotkernel.org/api-documentation/
MIT License
26 stars 4 forks source link

Issue #248: Refactored handlers #269

Closed alexmerlin closed 3 weeks ago

alexmerlin commented 4 weeks ago

This PR does the following:


Tasks remaining:

github-actions[bot] commented 4 weeks ago

Qodana for PHP

497 new problems were found

Inspection name Severity Problems
Undefined class 🔶 Warning 225
Undefined method 🔶 Warning 183
Undefined namespace 🔶 Warning 84
Type mismatch in property assignment 🔶 Warning 3
Incompatible return type 🔶 Warning 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
alexmerlin commented 3 weeks ago

@MarioRadu @cPintiuta When you have time, take another look at this PR and leave your feedback with any observations you have

alexmerlin commented 3 weeks ago

add 204 to DELETE 201 when a resource is uploaded for the first time

Implemented.