itssimple / journal-limpet

Journal storage / API for Elite: Dangerous
https://journal-limpet.com
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Feature Request: Record Platform in Canonn API #20

Closed NoFoolLikeOne closed 3 years ago

NoFoolLikeOne commented 3 years ago

Please could you record the platform in the Canonn API.

Example below

[
  {
    "gameState": {
      "systemName": "Byoomi XE-X d2-7844",
      "systemAddress": 269527912764187,
      "systemCoordinates": [
        -1697.4375,
        -195.03125,
        24794.40625
      ],
      "clientVersion": "Postman",
      "isBeta": false
    },
    "rawEvent": {
      "Name": "$Codex_Ent_Green_Giant_With_Water_Life_Name;",
      "event": "CodexEntry",
      "Region": "$Codex_RegionName_1;",
      "System": "Byoomi XE-X d2-7844",
      "EntryID": 1200302,
      "Category": "$Codex_Category_StellarBodies;",
      "timestamp": "2021-01-26T01:24:46Z",
      "IsNewEntry": true,
      "SubCategory": "$Codex_SubCategory_Gas_Giants;",
      "SystemAddress": 269527912764187,
      "Name_Localised": "Green gas giant",
      "Region_Localised": "Galactic Centre",
      "Category_Localised": "Astronomical Bodies",
      "SubCategory_Localised": "Gas giant planets"
    },
    "cmdrName": "The Commander",
    "platform": "Xbox"
  }
]