client-cli
client-cli copied to clipboard
I am running this on my local VVV install: First I ran the following command: ``` wp --url=http://local.vistage.dev/southwest oauth1 add ``` Result: ``` ID: 2516 Key: SXh2rc4SaIIb Secret: nDtR5t0qgzSLU472SDN6Js8LEU0WEINkkN7BLfhyxVIJGQdu ```...
In lib/locator.php, there's a check on 'rel' attribute of API URL. I'm using WP 4.7.3 and I see that the rel attribute check should now be against "https://api.w.org/" as opposed...
Has anybody successfully created posts from an Ionic app? I have an ionic app successfully negotiating the first leg of the oauth 1.0a process, but when I try to actually...
Similar to #14, but for #15. - [ ] create - [ ] delete - [ ] edit - [ ] update
I am getting an error when running this command: wp --require=client.php api oauth1 connect http://example.com --key=4ugulKVfFNka --secret=ozGESz8v4FNdmpoCfPw9gNqk9qbc29IAMujaaSPxapAduiml PHP Fatal error: Class 'WPAPI' not found in /home/dschiera/wp-cli/client-cli/lib/commands/base.php on line 29 I...
// Excuse my beginner's English Hi guys! I have installed all prerequisity packages from the `WP-API/client-cli/readme.md` (on the server and on the client). And i have completed steps 0, 1....
Authorization code screenshot link was broken.
I have a trace plugin that hooks into the 'shutdown' action. When the request is NOT an AJAX request, it's programmed to output some information back to the requester. Even...
Hi ! When I just try to link the client with my server, this is what I get: ``` $ wp --require=client.php api oauth1 connect "http://wordpress-local/" --key=L3CnXXXXXDU6 --secret=N7tJrvUbEZh0TVriMuP4LkXXXXXXXXXXYVWdDPkgWSgj4 PHP Notice:...