go-wordpress
go-wordpress copied to clipboard
Golang client library for WP-API (Wordpress REST API)
I had to make those changes in order for it to work with my version of wordpress. Maybe your code no longer works on new wordpress installations.
Overhaul
Big update, lots and lots of little changes to bring this library up to the latest WordPress API standards. Here's a list: - Better stability and predictability (IMHO) - All...
I'd like to link to this library from the developer.wordpress.org/rest-api documentation, but it's not clear that it's being maintained; do you have any plans to refresh this project to support...
Hi, I have started using your library go-wordpress for my own hobby project, but I have encountered a couple of issues reading your documentation and finding the relevant WordPress plugins....
Can you please make debug logging like this https://github.com/sogko/go-wordpress/blob/master/client.go#L65 disabled by default?
``` go client.Users().Me() ``` probably should be ``` go client.Users().Me(nil) ```