Needs work
Project:
REST API Query API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2012 at 15:54 UTC
Updated:
23 May 2012 at 08:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
Bevan commentedThe only D7 plans are to get it working on D7.
Since it depends on implementations in order to be able to test it, the D7 branch has not been tested much. Toggl.com API and Redmine API module are the primary implementations with comprehensive test suites which test REST API Query API as well as each respective module. Porting at least one of these to D7 would allow REST API Query API to be tested quite thoroughly and a release to get out.
If you need REST API Query API on D7 now, try the dev branch from git. Much of it works, but it probably has bugs.
Comment #2
jcieslak commentedHi
as I said earlier to Bevan - I've prepared a test 7.x branch independently from Bevan's 7.x implementation. You could have a look it works well with ChiliProject API.
Comment #3
jcieslak commentedAnd here's the patch.
Comment #4
Bevan commentedjcieslak;
Thank you so much for your contribution! :)
I reviewed about half the patch but then stopped because I was beginning to repeat myself. Please clean up your code changes, check the modified code still matches the code style and review the patch file yourself to check it is clean, easy to review and only includes your changes.
Review
Don't insert new lines that are commented out unless they include useful documentation.
Is there a difference between "Content-type" and Content-Type"?
Why is this removed?
Why is the cache disabled? This does not seem valid for the D7 update.
This is an acceptable style change but is not related to D7 update.
This changes the behaviour significantly and will break.
This is bad style and does not make sense.
Comments like this clutter the code and make it harder to understand. remove them.
Standard code indentation in drupal is two space characters.
Remove this change set it does nothing but break the conventional indentation.
As above
Comment #5
jcieslak commentedOK I'll clean it up today and post the patch once again.