ISPConfig REST-API Standard

Discussion in 'Developers' Forum' started by Aeon112, May 2, 2022.

  1. Aeon112

    Aeon112 New Member

    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?
     
  2. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    The current remote api has a rest interface, though I am not at all familiar with the openapi standard to know what that implies.
     
  3. Aeon112

    Aeon112 New Member

    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.
     
  4. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    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.
     
  5. Aeon112

    Aeon112 New Member

  6. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Aeon112 likes this.

Share This Page