wpcom-unpublished

v1.1.1
WPCOM extension for unpublished endpoints of the WordPress REST-API
wordpress rest-api rest api unpublished wpcom

wpcom-unpublished

WPCOM extension that uses unpublished endpoints of the WordPress REST-API.

How to use

// Require modules
var wpcomUnpublished = require( 'wpcom-unpublished' );
var proxy = require( 'wpcom-proxy-request' );

// Create wpcom instance
var wpcom = wpcomUnpublished( proxy );

// Get settings for the current user
wpcom
.me()
.settings()
.get( function( err, data ) {
  // user settings data object
} );

Run testing app

  1. Install npm dependencies make install
  2. Add 127.0.0.1 calypso.localhost to your local hosts file.
  3. Execute make run-test-app from the root directory of the repository.
  4. Open calypso.localhost:3000 in your browser.

Links

License

wpcom-unpublished is licensed under GNU General Public License v2 (or later).

npm i wpcom-unpublished

Metadata

  • MIT
  • Whatever
  • Automattic, Inc.
  • released 3/30/2016

Downloads