-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
executable file
·61 lines (48 loc) · 2.04 KB
/
README.txt
File metadata and controls
executable file
·61 lines (48 loc) · 2.04 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
=== Upkepr Mintenance===
Contributors: WebGarh Solutions
Tags: wordpress maintenance, wordpress information
Requires at least: 4.9
Tested up to: 6.1.1
Requires PHP: 5.6
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
The best WordPress plugin to get inforation about wordpress core, plugins and themes by rest apis
== Description ==
Upkepr Maintainance plugin is providing information about wordpress site health. It will show the information of core wordpress, plugins and themes.
It has 5 apis.
## Note: Validation key is auto generate on wordpress site on Activtion of the plugin. This validation key and domain name (base domain where wordpress installed ) is used for authentication.
1. {domainname}/wp-json/upkepr-isKeyValid/key /* to check if key is valide */
header
i. content type: json
ii. "Upkeprvalidationkey": {vaidation key}
iii. "Upkeprvalidationdomain": {base domainname}
2. {domainname}/wp-json/upkepr-is_keydomainusername_valid/data /* to check if key, domain and username is valide */
header
i. content type: json
ii. "Upkeprvalidationkey": {vaidation key}
iii. "Upkeprvalidationdomain": {base domainname}
body
i. "username": {Username or Email of the user}
3. {domainname}/wp-json/upkepr-wpinfo/wpinfo /* to get wp infomation data */
header
i. content type: json
ii. "Upkeprvalidationkey": {vaidation key}
iii. "Upkeprvalidationdomain": {base domainname}
body
i. "username": {Username or Email of the user}
4. {domainname}/wp-json/upkepr-gettoken/byusername /* to get token */
header
i. content type: json
ii. "Upkeprvalidationkey": {vaidation key}
iii. "Upkeprvalidationdomain": {base domainname}
body
i. "username": {Username or Email of the user}
5. {domainname}/wp-json/upkepr-getloginurl/byusername /* to get login url */
header
i. content type: json
ii. "Upkeprvalidationkey": {vaidation key}
iii. "Upkeprvalidationdomain": {base domainname}
iv. Authorization token: {bearer token}
body
i. "username": {Username or Email of the user}