WP Manifestindependent plugin directory
manifest / integrations / wordpress-mobile-app-rest-api

WordPress mobile app REST API archived

Easily Using the WordPress REST API in a mobile app by extended WordPress REST API Library

by Ibrahim Mohamed Abotaleb · github.com/entdevllc/wordpress-mobile-app-rest-api

3stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/entdevllc/wordpress-mobile-app-rest-api/archive/refs/heads/master.zip

From the readme

WordPress mobile app REST API Easily Using the WordPress REST API in a mobile app by extended WordPress REST API Library Edit Installation Upload the plugin to your wordpress, Activate it, Then use you API. 1, 2, 3: You\'re done! How to use Service name space is /tech-labs/v1 you can request throw https://yourwebsite.com/wp-json/tech-labs/v1/anyResourceYouWant API Calls | Proccess | Base Route | Notes | | ------------- | ------------- | ------------- | | Get posts | /tech-labs/v1/posts | you can make send get or post parm order , orderby , perpage , page , category | | Get post item | /tech-labs/v1/posts/(:id) | only send post ID parm id | | Get page item | /tech-labs/v1/pages/(:id) | only send page ID parm id | | Get categories | /tech-labs/v1/categories | you can make send get or post parm order , orderby , hideempty | | Get post comments | /tech-labs/v1/comments/(:id) | only send post ID parm id | | Make user comment | /tech-labs/v1/comments/makecomment | send postid , username , password , content for registered users and postid , fullname , content for geust comment | | Verifiy login information | /tech-labs/v1/users/makeauthenticate | send username , password | | R

Read the full README on GitHub →