APS Standard API?

Discussion in 'Plugins/Modules/Addons' started by guimnk, Dec 6, 2014.

  1. guimnk

    guimnk Member

    Hi all. I'm testing the apsstandard.org integration with ISPConfig.
    All operations are working and I'm very happy with this integration.
    But, I've a question about the integration with remote access.
    Is possible to send commands via Remote API (ISPConfig) to install new applications?
    I'm using the API to create customers, databases, ftp, but I cannot see these methods (APS).
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Theree are no functions for aps packages available in the remote api yet. But there is a developer already working on then as far as I know.
     
  3. kepon

    kepon New Member

  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The link you posted does not belong to ISPConfig or the ISPConfig project. Seems as if someone copied parts of a 6-year-old ISPConfig 3.0 version of our code to GitHub. The ISPConfig git repository which contains the current ISPConfig 3.1 version is at https://git.ispconfig.org

    And regarding APS packages, the APS installer is not available through remote API.
     
  5. kepon

    kepon New Member

    Ok for the bad deposit git, I looked in the "real" and I found that (here : https://git.ispconfig.org/ispconfig/ispconfig3/tree/master/remoting_client/API-docs )
    • sites_aps_available_packages_list.html
    • sites_aps_get_package_details.html
    • sites_aps_get_package_file.html
    • sites_aps_get_package_settings.html
    • sites_aps_install_package.html
    • sites_aps_instance_delete.html
    • sites_aps_instance_get.html
    • sites_aps_instance_settings_get.html
    • sites_aps_update_package_list.html
    So there are many APS features in the API ...
     

Share This Page