Hey there! are there any Plans in the Future to make ISPConfig fully REST Compatible with the OpenAPI Standard? I think it's much easier to handle and Programm than the SOAP API, especially for connections to other languages like GO, Ruby, Python... I can try to Implement an REST API for ISPConfig if this is desired? OpenAPI is the defect Standard for REST and Swagger.io. What are your opinions about rest?
The current remote api has a rest interface, though I am not at all familiar with the openapi standard to know what that implies.
The Docs that Ships with ISPConfig are for the SoapApi, are there any Docs for the REST API? Or doesn't support ISPConfig HTTP Operation like Create, Remove, Update, Delete? For example the Hetzner CloudAPI based on those.
I don't know about documentation offhand, the api is the same you just call it through rest rather than soap. There are examples, eg. ispc_acmeproxy is a nice one.
Yup, the current docs are offline. We are working on new docs and I hope we can instantly ship it with API docs, but all of it is done in our free time