docs-v2
docs-v2 copied to clipboard
Documentation for version 2 of the API
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.7.2 to 1.10.4. Release notes *Sourced from [nokogiri's releases](https://github.com/sparklemotion/nokogiri/releases).* > ## 1.10.4 / 2019-08-11 > > ### Security > > #### Address CVE-2019-5477 ([#1915](https://github-redirect.dependabot.com/sparklemotion/nokogiri/issues/1915)) > > A...
Bumps [ffi](https://github.com/ffi/ffi) from 1.9.10 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...
Related to #1, we should have some over-arching best practice documentation for users to register their own endpoints.
Great plugin, but one thing isn't clear. How can i add a new post to a theme which use template?
_https://wordpress.org/plugins/node-wpapi-auth/_
It was suggested in slack that we shorten the URLs for the intermediate pages in the REST API handbook, so e.g. > https://developer.wordpress.org/rest-api/extending-the-rest-api/ > > becomes > > https://developer.wordpress.org/rest-api/extending/ and...
This is covered lightly in extending section, but an explanation of what are namespaces in the context of the WordPress REST API would be helpful. Should include: - Why namespaces...
Explain where, when, and how to namespace custom code. Should you use /wp/ namespace? Should you add your own for your plugin, a la /rcp/? How do you decide, and...
There is some good content in #51 and http://wp-api.org/node-wpapi/guides/2016/08/12/authenticating-with-cookies.html that could be adapted. We should have a guide that goes beyond the [existing cookie authentication callout](https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/#cookie-authentication) and shows how to...