open kadamwhite/wordpress-rest-api#56

Add .meta handler for posts

kadamwhite

The /posts endpoint provides two routes for interacting with post meta values:

  • /posts/<id>/meta
  • /posts/<id>/meta/<mid>

Both of these depend on authentication, so that should be taken care of (and documented, see #33) before we implement this.