Linux 软件免费装
Banner图

Josie API

开发者 Shelob9
更新时间 2014年11月8日 07:02
PHP版本: 4.0 及以上
WordPress版本: 4.0
版权: GPLv2+

标签

cache json wp-api rest-api doge

下载

详情介绍:

Provides useful tools for optimizing a WordPress site to power a single page web app using WordPress REST API. Designed to work as a companion for the Josie REST API-powered starter app but useful for any site using the WordPress REST API. This is a companion plugin for my WordPress REST API (WP-API) powered application starter, called Josie. It can be used with any site running the WordPress REST API. It packages multiple libraries, most of which I wrote, to accomplish several things:
  1. Provides a soft-expiring, server-side cache for requests to the REST API.
  2. Adds routes and endpoints for making tax-queries.
  3. Adds routes and endpoints for getting menus & menu items.
  4. Adds cross-domain headers, and for the posts endpoint allows for page offsets and limits the number of posts_per_page.

安装:

  1. Unpack the entire contents of this plugin zip file into your wp-content/plugins/ folder locally
  2. Upload to your site
  3. Navigate to wp-admin/plugins.php on your site (your WP Admin plugin page)
  4. Activate this plugin
OR you can just install it with WordPress by going to Plugins >> Add New >> and type this plugin\'s name

屏幕截图:

  • screenshot-1.png

升级注意事项:

0.1.0 Initial release. 0.1.1-2 Bug fixes 0.1.3 Set option defaults on activation. Better tax query endpoint.

更新日志:

0.1.0 Initial release. 0.1.1 Fix offset. Support for multiple CORS domains 0.1.2 composer.json updates for caching. 0.1.3 Activation hook to set option defaults. Streamline tax query endpoint.