joomla-projects / webservices

Webservices working group repository
GNU General Public License v2.0
16 stars 9 forks source link

Fix PUT #32

Open chrisdavenport opened 8 years ago

chrisdavenport commented 8 years ago

Support for GET (Read.php), POST (Create.php) and DELETE (Delete.php) have been refactored, but PUT (Update.php) still needs to be done. Compare with the code in Webservices/Create.php as that will be the closest I think.

Tests will need to be added into https://github.com/chrisdavenport/webservices-tests (or their replacements).