IT Nursery
I am using the below in my wordpress for developing a oauth based application. WP-API (api generating plugin) WP API OAuth1 (oauth server)and WP API client-cli (oauth client library)...
  • June 3, 2022
  • 0 Comments
IT Nursery
I’m using the rest API to get only selected posts though Rest API. I have used include=<ids> parameter. I have send the API request like: http://example.com/wp-json/wp/v2/posts?include=11,12 It works as...
  • May 31, 2022
  • 0 Comments