Linux 软件免费装

WPRestApiExtensions

开发者 larjen
更新时间 2015年11月11日 06:53
捐献地址: 去捐款
PHP版本: 4.3.1 及以上
WordPress版本: 4.3.1
版权: GPLv2 or later
版权网址: 版权信息

标签

Toggle

下载

1.0.6

详情介绍:

Extends the WP-REST API with custom read only endpoints. If you have a WordPress blog at http://www.example.com you can reach the read only REST API by requesting these endpoints: http://www.example.com/wp-json/wprestapiextensions/v1/posts?page=1&per_page=12&search=query&tags=tag1+tag2 http://www.example.com/wp-json/wprestapiextensions/v1/tag?tag_name=tag1 http://www.example.com/wp-json/wprestapiextensions/v1/post The above endpoints does read from database whenever they are requested, and are thus very slow to react. From within the plugin, there is an option to deploy a cache in front of this REST API. When you deploy it, be warned that the folder "rest-api" will be created in the root of your webserver. You can then request the REST-API like this: http://www.example.com/rest-api/v1/posts?page=1&per_page=12&search=query&tags=tag1+tag2 http://www.example.com/rest-api/v1/tag/?_jsonp=angular.callbacks._1&tag_name=tag1 Since these requests are infinitely cached, you can schedule an optional wipe of the cache which will occur 5 minutes after last post alteration.

安装:

  1. Download to your Wordpress plugin folder and unzip.
  2. Activate plugin.

常见问题:

Do I use this at my own risk?

Yes.

更新日志:

1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0