Hi, I don't know how to use this library! I installed it with composer and then 'request' library added, but I didn't run $ phpunit after that which was mentioned in README.md
and then I included the library by:
require_once 'vendor/autoload.php';
And I don't know what to do after that for creating a new post in wp.
would you add some examples to library?
Hi, I don't know how to use this library! I installed it with composer and then 'request' library added, but I didn't run $ phpunit after that which was mentioned in README.md
and then I included the library by:
require_once 'vendor/autoload.php';
And I don't know what to do after that for creating a new post in wp.
would you add some examples to library?