Build a more modern REST-based API #382
Labels
enhancement
New feature or request
post-zino2.0
These are features Zino1 does not have, but might be desired later
Two main concerns have been voiced regarding the legacy Zino API:
It has therefore been suggested by the team working on Zino 2 development that the current API should be supplanted by a more modern HTTP REST API. Such an API can build on existing frameworks and toolchains to provide proper encryption and authentication.
The API endpoints in a REST-based API would mirror the operations available in the legacy API. However, we may still have to leave the legacy API in there in order to support older clients until they can be migrated. Perhaps a config option (defaulting to disabled) could be used to switch on the legacy API in addition to the new API.
The text was updated successfully, but these errors were encountered: