Changes between Initial Version and Version 1 of Ticket #3474, comment 1
- Timestamp:
- 02/21/2018 06:53:32 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3474, comment 1
initial v1 7 7 * The whole implementation has been inspired by how the WP REST API works, with several simplifications where the original flexibility would be overkill here. 8 8 * Tests are also part of the patch, providing solid coverage. 9 10 The main discussion points should probably be: Do we need all the configuration/response data that is returned by this implementation? Do we need more? Keep in mind that some of this may be useful in the future (such as the `upgrade_url`, which could lead to a host-specific upgrade URL), and we may still wanna include it already to have a predefined pattern that we could implement in core already today (in core we could check if that upgrade URL is not empty, and if so, display a link to it).