Basic purchasing + custom purchasing API #20

Merged
OrdisPrime merged 9 commits from main into main 2023-06-13 17:26:20 -07:00
OrdisPrime commented 2023-06-13 16:43:16 -07:00 (Migrated from github.com)

Endpoint for custom API: https://localhost:443/custom/addItem
example request:
{
"type": "Weapon",
"internalName": "/Lotus/Weapons/Grineer/Pistols/GrineerMicrowavegun/GrnMicrowavePistol",
"accountId": "6488fd2e7bec200069ca4242"
}

Endpoint for custom API: https://localhost:443/custom/addItem example request: { "type": "Weapon", "internalName": "/Lotus/Weapons/Grineer/Pistols/GrineerMicrowavegun/GrnMicrowavePistol", "accountId": "6488fd2e7bec200069ca4242" }
AngeloTadeucci (Migrated from github.com) approved these changes 2023-06-13 17:23:20 -07:00
Sign in to join this conversation.
No description provided.