{
  "info": {
    "name": "GDTF Share Public API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Download GDTF file",
      "event": [],
      "request": {
        "method": "GET",
        "header": [],
        "url": "https://gdtf-share.com/apis/public/downloadFile.php?rid=29042"
      }
    },
    {
      "name": "Get List of GDTF files",
      "event": [],
      "request": {
        "method": "GET",
        "header": [],
        "url": "https://gdtf-share.com/apis/public/getList.php"
      }
    },
    {
      "name": "Signing into GDTF Share",
      "event": [],
      "request": {
        "method": "POST",
        "header": [],
        "url": "https://gdtf-share.com/apis/public/login.php?user={{apiuser}}&password={{apipassword}}"
      }
    }
  ],
  "variable": [
    {
      "key": "apiuser",
      "value": "",
      "type": "default"
    },
    {
      "key": "apipassword",
      "value": "",
      "type": "default"
    }
  ]
}