This repository was archived by the owner on Mar 7, 2025. It is now read-only.
Migrate to WP-API v2 endpoints#74
Open
aagam-shah wants to merge 7 commits intowordpress-mobile:trunkfrom
Open
Conversation
Contributor
Author
|
@maxme Please review this. v1 endpoints are going to be disabled by |
GaryJones
reviewed
May 15, 2018
| private static final String QUERY_PARAM_SPEAKERS_V2 = "wp-json/wp/v2/speakers?per_page=100&_embed=true&status=publish"; | ||
|
|
||
| private static final String QUERY_PARAM_WORDCAMP_LIST = "wp-json/posts?type=wordcamp&filter[order]=DESC&filter[posts_per_page]=50"; | ||
| private static final String QUERY_PARAM_WORDCAMP_LIST_V2 = "wp-json/wp/v2/wordcamps?per_page=100&status=wcpt-scheduled"; |
There was a problem hiding this comment.
Please note my comments at #72 (comment).
GaryJones
reviewed
May 15, 2018
| - extra-android-support | ||
| - build-tools-23.0.1 | ||
| - android-23 | ||
| - build-tools-27.0.1 |
GaryJones
approved these changes
May 15, 2018
GaryJones
left a comment
There was a problem hiding this comment.
I checked out @aagam-shah's branch, and tested via USB debugging on my Nexus 5, and it all seems to work fine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.