-
Notifications
You must be signed in to change notification settings - Fork 5
/
readme.txt
30 lines (21 loc) · 876 Bytes
/
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
=== WP OpenAPI ===
Contributors: moon0326
Tags: documentation, rest api, api, openapi, swagger
Requires at least: 5.8
Tested up to: 6.6.2
Requires PHP: 7.1
Stable tag: 1.0.16
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
WP OpenAPI is a WordPress plugin to provide the OpenAPI spec and a beautifu viewer for your WordPress REST API.
=== Screenshots ==
1. Main screen
2. Try It enabled
3. Callback discovery enabled
=== Description ===
WP OpenAPI is a WordPress plugin that generates OpenAPI 3.1.0 compatible documentation for your WordPress REST APIs.
It has two main features.
- Outputs OpenAPI 3.1.0 spec at /wp-json-openapi
- Provides OpenAPI viewer using Stoplight's awesome Elements viewer
You can also export your documentation as a single HTML to host it in a server easily.
See more details at https://github.com/moon0326/wp-openapi