wearerequired/rest-likes

Like posts and comments using the REST API.

Installs: 5 741

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 3

Forks: 0

Open Issues: 10

Type:wordpress-plugin

1.1.0 2022-11-07 07:55 UTC

README

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:

composer require wearerequired/rest-likes

Documentation

Check out the wiki for usage examples and further documentation.

Add-ons