forked from brettkrueger/multisite-rest-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
42 lines (27 loc) · 1.3 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
36
37
38
39
40
41
=== Multisite REST API ===
Contributors: brettkrueger
Donate link: https://patreon.com/kruxlabs/
Tags: json, api, multisite
Requires at least: 5.1
Requires PHP: 7.0
Tested up to: 5.4.1
Stable tag: 1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin provides several endpoints for creating, listing, updating, and deleting WordPress multisites. It aims to make headless WordPress multisite environments not only possible, but practical.
Take a look at our [github page](http://github.com/brettkrueger/multisite-rest-api/) for the full documentation.
= Authentication =
All endpoints require authentication from an existing WordPress user.
We suggest using JWT through something like [simple-jwt-login](https://wordpress.org/plugins/simple-jwt-login/).
== Frequently Asked Questions ==
= Where is the documentation for the API? =
Take a look at our [github page](http://github.com/brettkrueger/multisite-rest-api/) for the full documentation.
== Upgrade Notice ==
Upgrades are pushed through WordPress.org.
== Screenshots ==
1. [!Screenshot](https://raw.githubusercontent.com/brettkrueger/multisite-rest-api/master/screenshot.png)
== Changelog ==
= 1.1.0 =
* Adding assign function and GET specification for /sites endpoint.
= 1.0.0 =
* Create, List, Update, Delete multisites.