kloon / WooCommerce-REST-API-Client-Library

A PHP wrapper for the WooCommerce REST API
GNU General Public License v3.0
356 stars 175 forks source link

How to get nonce #258

Open DidierEv opened 5 years ago

DidierEv commented 5 years ago

Hi, Is it possible to retrieve the Wordpress/Woocommerce nonce of the current user via this REST API? Something in the lines of print_r( $client->customers->get( $nonce ) ); maybe?

Don't know if this is possible? Any help to get the nonce via the API would be much appreciated!

Thanks guys!