Calling Methods


To call a method, you must send a HTTPS request to a specified URL.

Note that ALL request should be SSL (HTTPS) for security

All method URL's go to the url:

        https://terastore.com/api/{method}
    
So for example if you were to call the get_files method, you would send the request to
        https://terastore.com/api/get_files