Ryan McCue

Results 402 comments of Ryan McCue

@pinksharpii Yeah, I meant more "are you hosting the example client at [where you set the callback URL to]?", since usually the example client is hosted on a port on...

FWIW, we can't run arbitrary Ruby; Jekyll supports plugins and such, but GH Pages is locked down much tighter.

Might be worth trying https://github.com/Automattic/wp-api-console instead; this repo is based on the older https://github.com/Automattic/rest-api-console2

Seems like an issue with the server, rather than the client?

Sounds like the easiest way would be to use Dashing: https://github.com/technosophos/dashing

@JulienMelissas For now, let's keep them separate; going for a 1:1 match from the current handbook right now. After we've sorted out [the actual syncing](https://meta.trac.wordpress.org/ticket/2968), I think we'll probably do...

Internally, this uses [WP_User_Query's search parameter](https://codex.wordpress.org/Class_Reference/WP_User_Query#Search_Parameters). Per [the docs for that](https://developer.wordpress.org/reference/classes/WP_User_Query/prepare_query/#parameters): > When `$search_columns` is left empty, it tries to determine which column to search in based on search string....

> Would we want to include this data too, or should there be a multisite-specific endpoint later to account for multiple networks? e.g. `/network/1/site/1` I'd have `/network/{id}` and `/site/{id}` completely...

This plugin isn't necessary any more, as we decided to take a different approach. The idea with this plugin was to have a single API for the entire network (e.g....

> Happy to change all the instances of it in our docs if everyone is down. :) Definitely; consider this an executive decision :)