Skip to content
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

Open
wants to merge 7 commits into
base: trunk
Choose a base branch
from

Conversation

aagam-shah
Copy link
Contributor

No description provided.

@aagam-shah aagam-shah changed the title Migrate to WP-API v2 endpoints #72 Migrate to WP-API v2 endpoints Dec 3, 2017
@aagam-shah
Copy link
Contributor Author

@maxme Please review this. v1 endpoints are going to be disabled by 2018-04-01


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";

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

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.

Copy link

@GaryJones GaryJones left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants