File tree 2 files changed +32
-10
lines changed
2 files changed +32
-10
lines changed Original file line number Diff line number Diff line change 1
- # phplist-plugin-restapi
2
- ### REST API plugins for phpList
3
-
4
- This repository contains two separate API plugins for phpList, the REST API Plugin v1 and v2.
1
+ # phpList REST API plugin
5
2
6
3
[ ![ Build Status] ( https://travis-ci.org/phpList/phplist-plugin-restapi.svg?branch=master )] ( https://travis-ci.org/phpList/phplist-plugin-restapi )
7
4
8
- v1 is stable and will take PRs and bugfixes.
9
5
10
- v2 is under active development and should be used and extended where possible.
6
+ ## About this plugin
7
+
8
+ This repository contains the REST API Plugin v1 for phpList 3. It is contained
9
+ within the ` plugins ` folder, along with respective documentation and
10
+ plugin-specific tests.
11
+
12
+ v1 is stable and will take pull requests and bugfixes.
13
+
14
+
15
+ ## About the REST API plugin v2
16
+
17
+ v2 of the REST API plugin builds on phpList 4. It is under active development
18
+ and should be used and extended where possible.
19
+
20
+ It lives in a [ separate repository] ( https://github.com/phpList/rest-api ) .
11
21
12
- Both plugins are contained within the ` plugins ` folder, along with respective documentation and plugin-specific tests.
22
+ There also is an old, unfinished implementation of the REST API plugin v2 in
23
+ the directory [ plugins/restapi2/] ( plugins/restapi2 ) . This implementation will
24
+ be removed soon.
Original file line number Diff line number Diff line change 1
- REST API
2
- ========
1
+ # REST API v2 (old implementation)
3
2
4
- ** License: GPLv3 or later**
3
+
4
+ ## License
5
+
6
+ GPLv3 or later
7
+
8
+
9
+ ## About this plugin
5
10
6
11
The plugin provides a REST API to phpList.
7
12
Development by [ Sam Tuke] ( http://samtuke.com ) , [ Michiel
8
13
Dethmers] ( http://phplist.com ) . Based on work by [ Andreas
9
14
Ek] ( https://twitter.com/ekandreas ) of Flowcom AB.
10
15
16
+ Note: This is an old, unfinished implementation of the REST API plugin v2. It
17
+ will be removed soon. Instead, there is the new implementation in a
18
+ [ separate repository] ( https://github.com/phpList/rest-api )
19
+
20
+
11
21
Commands
12
22
--------
13
23
You can’t perform that action at this time.
0 commit comments