-
Notifications
You must be signed in to change notification settings - Fork 6
/
readme.txt
35 lines (22 loc) · 1.77 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
=== JSON REST API Subscriptions ===
Contributors: tlovett1, 10up
Tags: json rest api, wp api, api webhooks, webhooks, rest api, rest, api, api subscriptions, pubsubhubbub
Requires at least: 4.4
Tested up to: 4.5
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Enable subscriptions to posts, pages, and custom post types. Users can securely subscribe via simple API routes to created/updated/deleted content.
== Description ==
If you are publishing content and have users/websites digesting your content, you may have been faced with the problem: how do I get updates to users immediately? In the past users/websites have subscribed to feeds or used techniques like "polling" to constantly ping your site for new content. Both these techniques are cumbersome and old fashioned. JSON REST API Subscriptions creates new API endpoints to allow people to subscribe to new content, content updates, and content deletes across general post types as well as single pieces of content.
Requires [JSON REST API 2.0beta12+](https://wordpress.org/plugins/rest-api/).
For details on the plugin and extended usage/installation documentation, please visit [Github](http://github.com/tlovett1/json-rest-api-subscriptions).
== Installation ==
Please refer to [Github](http://github.com/tlovett1/json-rest-api-subscriptions) for detailed installation instructions.
== Configuring and Using the Plugin ==
Please refer to [Github](http://github.com/tlovett1/json-rest-api-subscriptions) for detailed configuration instructions.
== Support ==
For full documentation, questions, feature requests, and support concerning JSON REST API Subscriptions, please refer to [Github](http://github.com/tlovett1/json-rest-api-subscriptions).
== Changelog ==
= 1.0 =
* Initial release