wearerequired / rest-likes
Like posts and comments using the REST API.
Installs: 6 205
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 0
Open Issues: 8
Type:wordpress-plugin
Requires
- php: >=7.0
- wearerequired/traduttore-registry: ^2.0
Requires (Dev)
- dev-master / 2.x-dev
- 1.1.0
- 1.0.0
- dev-feature/observe-attributes
- dev-dependabot/npm_and_yarn/webpack-5.76.0
- dev-dependabot/composer/dealerdirect/phpcodesniffer-composer-installer-tw-1.0
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/composer/wearerequired/coding-standards-tw-3.0
- dev-gutenberg
- dev-unit-tests
This package is auto-updated.
Last update: 2024-12-18 16:47:45 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
- REST Likes: Log: Implements logging of like actions.