Improve and simplify JSON responses. (#1189)
- Make all JSON responses into keyed arrays so that they can be e.g. extended without breaking compatibility. - Get rid of the redundant status field in the responses in favor of HTTP status codes.
Showing
- module/VuFind/src/VuFind/AjaxHandler/AbstractBase.php 5 additions, 8 deletionsmodule/VuFind/src/VuFind/AjaxHandler/AbstractBase.php
- module/VuFind/src/VuFind/AjaxHandler/AjaxHandlerInterface.php 6 additions, 4 deletions...le/VuFind/src/VuFind/AjaxHandler/AjaxHandlerInterface.php
- module/VuFind/src/VuFind/AjaxHandler/CheckRequestIsValid.php 4 additions, 6 deletionsmodule/VuFind/src/VuFind/AjaxHandler/CheckRequestIsValid.php
- module/VuFind/src/VuFind/AjaxHandler/CommentRecord.php 7 additions, 10 deletionsmodule/VuFind/src/VuFind/AjaxHandler/CommentRecord.php
- module/VuFind/src/VuFind/AjaxHandler/DeleteRecordComment.php 6 additions, 10 deletionsmodule/VuFind/src/VuFind/AjaxHandler/DeleteRecordComment.php
- module/VuFind/src/VuFind/AjaxHandler/GetACSuggestions.php 3 additions, 2 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetACSuggestions.php
- module/VuFind/src/VuFind/AjaxHandler/GetFacetData.php 14 additions, 12 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetFacetData.php
- module/VuFind/src/VuFind/AjaxHandler/GetIlsStatus.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetIlsStatus.php
- module/VuFind/src/VuFind/AjaxHandler/GetItemStatuses.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetItemStatuses.php
- module/VuFind/src/VuFind/AjaxHandler/GetLibraryPickupLocations.php 4 additions, 6 deletions...Find/src/VuFind/AjaxHandler/GetLibraryPickupLocations.php
- module/VuFind/src/VuFind/AjaxHandler/GetRecordCommentsAsHTML.php 4 additions, 4 deletions...VuFind/src/VuFind/AjaxHandler/GetRecordCommentsAsHTML.php
- module/VuFind/src/VuFind/AjaxHandler/GetRecordDetails.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetRecordDetails.php
- module/VuFind/src/VuFind/AjaxHandler/GetRecordTags.php 2 additions, 2 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetRecordTags.php
- module/VuFind/src/VuFind/AjaxHandler/GetRequestGroupPickupLocations.php 4 additions, 6 deletions...src/VuFind/AjaxHandler/GetRequestGroupPickupLocations.php
- module/VuFind/src/VuFind/AjaxHandler/GetResolverLinks.php 3 additions, 4 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetResolverLinks.php
- module/VuFind/src/VuFind/AjaxHandler/GetSaveStatuses.php 5 additions, 6 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetSaveStatuses.php
- module/VuFind/src/VuFind/AjaxHandler/GetVisData.php 3 additions, 2 deletionsmodule/VuFind/src/VuFind/AjaxHandler/GetVisData.php
- module/VuFind/src/VuFind/AjaxHandler/KeepAlive.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/AjaxHandler/KeepAlive.php
- module/VuFind/src/VuFind/AjaxHandler/Recommend.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/AjaxHandler/Recommend.php
- module/VuFind/src/VuFind/AjaxHandler/RelaisAvailability.php 6 additions, 4 deletionsmodule/VuFind/src/VuFind/AjaxHandler/RelaisAvailability.php
Please register or sign in to comment