wpcom-unpublished

1.1.1 • Public • Published

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).

Package Sidebar

Install

npm i wpcom-unpublished

Weekly Downloads

2

Version

1.1.1

License

MIT

Last publish

Collaborators

  • nylen
  • retrofox
  • timmyc