ua-parser / uap-core

The regex file necessary to build language ports of Browserscope's user agent parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Postman REST Client

alexmirrington opened this issue · 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"
}