rest-api
rest-api copied to clipboard
This module is the REST API for phpList, powered by phpList 4
### Short problem description After settle phplist on my ubuntu server, the rest of the api method work fine, but except the subscriptions method return 404 not found when i...
### Short problem description Currently, you cannot add a subscriber to a specified list.
### Summary Add new endpoint to add a member to a list. Fix #118 Not sure this is the way you would have done it. Anyway, I had to implement...
### Summary An addition to the subscriber api endpoint to add 'extra_data' as a valid parameter in the json body. This field was a key field missing from the Subscriber...
So in resume, (something that is not precisely specified on the docs) atm of write this, the api only allows you to: - Create and Destroy Session - Retrieve all...
Dear All Am testing the Rest API, and it works great. The problem is how can I target a specific List. and how can I add the attributes to the...
### Short problem description The following JSON request is sent but 'incomplete credentials' are reported: ```JSON { "loginName": "admin", "password": "password" } ``` Using a local PHP development server (http://127.0.0.1:8000/api/v2/sessions),...
### Short problem description Currently, the API does not support removing subscribers from a particular list
### Short problem description I almost had API working with 3.6.2, but was having trouble authenticating (getting credentials) with an error similar to this one: https://github.com/phpList/rest-api/issues/57 so I tried upgrading....
To reduce download size, we should have a `.gitattributes` file that makes sure that development-only files (tests, CI stuff and non-production configuration) will not end up in the Composer packages...