Advanced WP REST API Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin registers below REST API endpoints:
Handle User Login request -> This endpoint takes ‘username’ and ‘password’ in the body of the request.
Returns the user object on success
Also handles error by returning the relevant error if the fields are empty or credentials don’t match.
Example: http://example.com/wp-json/api/v2/user/login
Handle Post request -> This endpoint takes ‘post_id’, ‘post_type’, and ‘meta_keys’ in the body of the request.
The ‘post_id’ and ‘meta_keys’ must be an array.
Returns the post object on success
Example: http://example.com/wp-json/api/v2/postsData
Handle User request -> This endpoint takes ‘user_id’, ‘role’ and ‘meta_keys’ in the body of the request.
The ‘meta_keys’ must be an array.
Returns the user object on success
Example: http://example.com/wp-json/api/v2/usersData
Handle Product request -> This endpoint takes ‘product_id’ and ‘meta_keys’ in the body of the request.
The ‘product_id’ and ‘meta_keys’ must be an array.
Returns the product object on success
Example: http://example.com/wp-json/api/v2/productsData
Note: The API method must be a POST method.
For any Feedback and Queries please contact vivek.jha@galaxyweblinks.in
Screenshots
No screenshots provided