{"id":85354,"date":"2018-05-07T15:29:03","date_gmt":"2018-05-07T15:29:03","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/andropress-rest-api\/"},"modified":"2018-07-07T10:58:31","modified_gmt":"2018-07-07T10:58:31","slug":"andropress-rest-api","status":"publish","type":"plugin","link":"https:\/\/ca.wordpress.org\/plugins\/andropress-rest-api\/","author":16109894,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4","stable_tag":"1.4","tested":"4.9.29","requires":"4.6","requires_php":"5.2.4","requires_plugins":"","header_name":"AndroPress REST API","header_author":"Subash Bhattarai","header_description":"Get REST API response as JSON to android app, using token authenticated request .","assets_banners_color":"ca5333","last_updated":"2018-07-07 10:58:31","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/example.com\/","header_plugin_uri":"https:\/\/bsubash.com.np","header_author_uri":"http:\/\/bsubash.com.np","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1537,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog","faq"],"tags":[],"upgrade_notice":{"1.0":"<p>Initial Release<\/p>","1.1":"<p>fixes bootstrap conflict with other plugins and dialog integrated to view app key<\/p>","1.2":"<p>implements woocommerce product rest api as for post<\/p>","1.3":"<p>now categories can be queried with number of category as provided using key count<\/p>","1.4":"<p>categories can be queried with or without posts using posts=true or false<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1870247","resolution":"128x128","location":"assets"}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1870247","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3","1.4"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1870129","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1870129","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1870129","resolution":"3","location":"assets"}},"screenshots":{"1":"Create App","2":"View Apps","3":"View App Key"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[23853,156471,156472],"plugin_category":[],"plugin_contributors":[156473],"plugin_business_model":[],"class_list":["post-85354","plugin","type-plugin","status-publish","hentry","plugin_tags-rest-api","plugin_tags-wp-android-api","plugin_tags-wp-post-api","plugin_contributors-bhattaraisubash","plugin_committers-bhattaraisubash"],"banners":{"banner":"https:\/\/ps.w.org\/andropress-rest-api\/assets\/banner-772x250.png?rev=1870247","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/andropress-rest-api\/assets\/icon-128x128.png?rev=1870247","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/andropress-rest-api\/assets\/screenshot-1.png?rev=1870129","caption":"Create App"},{"src":"https:\/\/ps.w.org\/andropress-rest-api\/assets\/screenshot-2.png?rev=1870129","caption":"View Apps"},{"src":"https:\/\/ps.w.org\/andropress-rest-api\/assets\/screenshot-3.png?rev=1870129","caption":"View App Key"}],"raw_content":"<!--section=description-->\n<p>Get REST API response as JSON to android app, using token authenticated request .<\/p>\n\n<p>AndroPress is a secure way of requesting and receiving JSON data from your website to android app using REST service .\nYou can request for :<\/p>\n\n<ul>\n<li>categories : https:\/\/yoursite.com\/wp-admin\/admin-post.php?action=andropress_rest_api&amp;key=YOUR_APP_KEY&amp;title=category<\/li>\n<li>latest posts : https:\/\/yoursite.com\/wp-admin\/admin-post.php?action=andropress_rest_api&amp;key=YOUR_APP_KEY&amp;title=post<\/li>\n<li>category posts : https:\/\/yoursite.com\/wp-admin\/admin-post.php?action=andropress_rest_api&amp;key=YOUR_APP_KEY&amp;title=post&amp;category_name=CATEGORY_NAME<\/li>\n<li>search result : https:\/\/yoursite.com\/wp-admin\/admin-post.php?action=andropress_rest_api&amp;key=YOUR_APP_KEY&amp;title=post&amp;s=SEARCH_QUERY<\/li>\n<li>posts with offset : https:\/\/yoursite.com\/wp-admin\/admin-post.php?action=andropress_rest_api&amp;key=YOUR_APP_KEY&amp;title=post&amp;offset=OFFSET_VALUE<\/li>\n<li>posts with posts_per_page : https:\/\/yoursite.com\/wp-admin\/admin-post.php?action=andropress_rest_api&amp;key=YOUR_APP_KEY&amp;title=post&amp;posts_per_page=NO_OF_POSTS<\/li>\n<\/ul>\n\n<p>Note : You can request with multiple parameters. For example you can pass 'category_name' as well as 'posts_per_page' in the url.<\/p>\n\n<!--section=installation-->\n<h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for 'andropress-rest-api'<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>andropress-rest-api<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h3>CONFIGURATION<\/h3>\n\n<ol>\n<li>Log in to your WordPress Dashboard<\/li>\n<li>Navigate to the 'AndroPress Rest' in the Dashboard<\/li>\n<li>On the 'Generate New' tab , enter your 'App Name' and generate 'App Key' and click 'Submit'<\/li>\n<li>Click on the 'My Apps' tab to view your Apps<\/li>\n<li>Click on the App Name to view APP KEY<\/li>\n<li>Copy the App Key<\/li>\n<li>Use this key while requesting the API<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>initial stable release<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>dialog modification<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>woocommerce product rest api<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>category_count<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>posts on category<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><h4>Using The WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Search for 'andropress-rest-api'<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin on the Plugin dashboard<\/li>\n<\/ol>\n\n<h4>Uploading in WordPress Dashboard<\/h4>\n\n<ol>\n<li>Navigate to the 'Add New' in the plugins dashboard<\/li>\n<li>Navigate to the 'Upload' area<\/li>\n<li>Select <code>andropress-rest-api<\/code> from your computer<\/li>\n<li>Click 'Install Now'<\/li>\n<li>Activate the plugin in the Plugin dashboard<\/li>\n<\/ol>\n\n<h3>CONFIGURATION<\/h3>\n\n<ol>\n<li>Log in to your WordPress Dashboard<\/li>\n<li>Navigate to the 'AndroPress Rest' in the Dashboard<\/li>\n<li>On the 'Generate New' tab , enter your 'App Name' and generate 'App Key' and click 'Submit'<\/li>\n<li>Click on the 'My Apps' tab to view your Apps<\/li>\n<li>Click on the App Name to view APP KEY<\/li>\n<li>Copy the App Key<\/li>\n<li>Use this key while requesting the API<\/li>\n<\/ol><\/dd>\n\n<\/dl>","raw_excerpt":"Get REST API response as JSON to android app, using token authenticated request .","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/85354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=85354"}],"author":[{"embeddable":true,"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bhattaraisubash"}],"wp:attachment":[{"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=85354"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=85354"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=85354"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=85354"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=85354"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ca.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=85354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}