Metadata-Version: 1.0
Name: whmcs-restapi
Version: 0.0.1
Summary: Rest API server for WHMCS SOAP like HTTP API
Home-page: UNKNOWN
Author: Zekeriya Koc
Author-email: zekzekus@gmail.com
License: Gnu General Public License v3
Description: whmcs-restapi
        ==========================
        
        Example local_settings.py::
        
            # Global configurations
            WHMCS_URL = "http://yourdomain.com/includes/api.php"
            API_USER = "apiuser"
            API_PASS = "pass"
            RESPONSE_TYPE = "json" # do not change. just JSON supported.
        
        
        News
        ====
        
        0.0.1
        ---
        
        Release date: 8/29/2018
        
        * client CRUD operations implemented
        * all responses are application/json typed
        * dropped XML response type support.
        * "XML is a giant step to no direction at all" Eric Naggum
        
        
Keywords: rest server api flask whmcs http
Platform: UNKNOWN
