-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to WP-API v2 endpoints #74
base: trunk
Are you sure you want to change the base?
Conversation
@maxme Please review this. v1 endpoints are going to be disabled by |
|
||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note my comments at #72 (comment).
sudo: false | ||
|
||
android: | ||
components: | ||
- extra-android-m2repository | ||
- extra-android-support | ||
- build-tools-23.0.1 | ||
- android-23 | ||
- build-tools-27.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest is 27.0.3
, if that matters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked out @aagam-shah's branch, and tested via USB debugging on my Nexus 5, and it all seems to work fine.
No description provided.