uap-core icon indicating copy to clipboard operation
uap-core copied to clipboard

Add Postman REST Client

Open alexmirrington opened this issue 5 years ago • 0 comments

Support for Postman UA strings would be great. Currently, the UA string is parsed as follows:

{
  "Device": {
    "IsSpider": false,
    "Brand": "",
    "Family": "Other",
    "Model": ""
  },
  "OS": {
    "Family": "Other",
    "Major": null,
    "Minor": null,
    "Patch": null,
    "PatchMinor": null
  },
  "Browser": {
    "Family": "Other",
    "Major": null,
    "Minor": null,
    "Patch": null
  },
  "UserAgent": "PostmanRuntime/7.22.0"
}

alexmirrington avatar Feb 13 '20 04:02 alexmirrington