项目作者: wearerequired

项目描述 :
A simple post like plugin that uses the WP REST API for endorsing posts & pages.
高级语言: PHP
项目地址: git://github.com/wearerequired/rest-likes.git
创建时间: 2016-10-13T06:38:07Z
项目社区:https://github.com/wearerequired/rest-likes

开源协议:

下载


REST Likes

A WordPress plugin to capture likes from users using the WP REST API. Supports posts, comments, and basically any other object type.

It does so by adding custom endpoints under the /rest-likes/v1 namespace to allow users to like (POST) and unlike (DELETE) a given object.

Installation

To install, use composer:

  1. composer require wearerequired/rest-likes

Documentation

Check out the wiki for usage examples and further documentation.

Add-ons