varsitynewsnetwork / wordpress-rest-api-client

A Wordpress API client for PHP
77 stars 63 forks source link

/wp-json/ in endpoint - not static prefix! #23

Open 4n70w4 opened 5 years ago

4n70w4 commented 5 years ago

Hi! For example: https://github.com/varsitynewsnetwork/wordpress-rest-api-client/blob/504fc29ad71f268b321cd87a8de855838f4e8cbe/src/Endpoint/Tags.php#L16

/wp-json/ not staic and may be changed. For example using this plugin https://wordpress.org/plugins/rest-api-toolbox/

image

Need make ability to change this prefix in library.

4n70w4 commented 5 years ago

I make PR.

angelxmoreno commented 1 year ago

@4n70w4 would this be a duplicate of #20 ?