Server IP : 192.158.238.246 / Your IP : 3.16.90.150 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jenniferflocom/www/wp-content/plugins/rest-api-fns/ |
Upload File : |
# rest-api-fns === WP REST API FNS Plugin === Contributors: https://profiles.wordpress.org/vivek2tamrakar/ Tags: wprestapi, restapi,userauthapi,wordpressapi, wordpresappdevelopmentapi Donate link: http://stackoverflowblog.in/ Requires at least: 4.8 Tested up to: 5.5.1 Requires PHP: 5.6 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WordPress REST API FNS plugin to connect Mobile Application using REST API to Wordpress featurs. right now we created API for users. register user, login, reset password, update users, change password. == Description == WordPress REST API FNS plugin to connect Mobile Application using REST API to Wordpress featurs. right now we created API for users. register user, login, reset password, update users, change password. Just you follow the way of creation API and you can customize plugin code and modify according to your requirement. PHP, the WP REST API is an attempt to create a bridge between the legacy of the PHP WordPress core and the potential and power of JavaScript web applications, as well as native mobile and desktop applications. we began to take advantage of other HTTP requests, including GET PUT, POST, and DELETE.d. Ordered list: 1. User Registration API 2. User Login API 3. Change Password and Rest Password API Asterisks for *emphasis*. Double it up for **strong**. == Installation == 1. Upload "rest-api-fns folder" to the "/wp-content/plugins/" directory. 2. Activate the plugin through the "Plugins" menu in WordPress. == Frequently Asked Questions == = What The base url of API = http://yourdomain.com/wp-json/api/v2/user = How i can change routing of API ? = right now no option to chaneg from backend you have to change from core file of plugin. in next release give teh option in backend == Screenshots == 1. Login API calling menthod of postman with responce to http://www.stackoverflowblog.in/wp-content/uploads/2020/10/2.jpg. 2. Registration API calling menthod of postman to http://www.stackoverflowblog.in/wp-content/uploads/2020/10/1.jpg. = 0.1 = * Initial release.