SitemapsGetFiles


- returns a direct download link for a Sitemap based on the site identifier. If Sitemap consists of several files, links to all parts will be returned. Links are placed in an array "files".
Request:
    POST: http://www.mysitemapgenerator.com/api/SitemapsGetFiles?format=json HTTP/1.0\r\n
    .....
    \r\n
    api_key={yourAPIkey}&cid=12345

Response example:
{
    "result":  "success",
    "files":  [
        "http://www.mysitemapgenerator.com/?action=download&xmlfile=12345"
    ]
}