Ryan McCue

Results 149 issues of Ryan McCue

We don't need this for most of the library, only in tests.

enhancement

This is a first pass at new-style meta support for the REST API. With the [new `register_meta` support in 4.6](https://core.trac.wordpress.org/ticket/35658), we can now support meta fully, as it's actually a...

Fixes #2558.

Bug
Needs Refresh

As per #18, @royboy789 has a [start on widget endpoints](https://github.com/royboy789/WP-API/blob/master/lib/class-wp-json-widgets.php) that can serve as a base, but needs a bit of cleanup.

Enhancement

It would be great if this library was isomorphic so we had both a low-level and [high-level](https://github.com/WP-API/node-wpapi) client available for both Node and browser JS. https://github.com/matthew-andrews/isomorphic-fetch seems to provide a...

Work in progress, don't merge yet :)

in progress

One neat thing the dotcom version 1 console had was the ability to click links to browse to them. We can do the same, but rather than string-based detection, automatically...

Last year at WCEU, @kadamwhite took notes on how a typical REST API request works in WordPress from the top down. We need to get this into some actual form...

Continuing from #13. Would be nice to have the type coercing in a utility function, as we also need it for meta.