RESAT API work-arounds and timeframes

Hi

The new REST API does not offer much functionality yet. While building a bespoke CRM style solution on a wordpress stack I would like to integrate with PHPList.

I assume it makes sense to build some of the required functionality in a WordPress plugin that will do things like create lists directly into the DB, and do what is possible via the API.

Is there any kind of expected time-frame for more functionality?

If I understand correctly, looking at e.g. https://github.com/phpList/rest-api/blob/master/docs/Api/RestApi.apib you can create a subscriber via the API, but you can’t subscribe them to a list via the API?

OR, should I rather go with using the old REST API plugin?