Refactor build.php API endpoint#1892
Conversation
|
@williamjallen, I'm having trouble getting anything back from the API, the new ones return just |
3e1d9ec to
014be85
Compare
There was a problem hiding this comment.
With the knowledge that the get call here returns nothing back to the screen as it does in the master branch, it LGTM.
ETA: Blank return when adding no parameters to the api call (build.php?buildid=1). Data is properly returned for further queries (build.php?buildid=1&getproblems=1)
|
As discussed face-to-face, this endpoint is somewhat broken. My refactor only attempts to match the current behavior rather than fixing any of the issues. This endpoint is one of the first I plan to deprecate once #1772 is merged. |
This PR continues our ongoing effort to modernize the codebase by migrating the legacy API files to Laravel controllers.