From ae0c8049a7e8c4c6991655b2cda9a0b48c4a41f0 Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Sat, 25 Aug 2018 13:20:25 +0100 Subject: [PATCH] Update companion-app.md --- research/companion-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/research/companion-app.md b/research/companion-app.md index b8a47a802..38bcd3903 100644 --- a/research/companion-app.md +++ b/research/companion-app.md @@ -38,7 +38,7 @@ Once you have a valid token, you can provide it to any endpoint and everything w - `User-Agent` - `ffxivcomapp-e/1.0.0.5 CFNetwork/902.2 Darwin/17.7.0` **PHP code to query the API** -- It should be fairly easy to convert this to node, all you need is the ability to create a UUID (i do wonder if any kind of token would work), and your token and you're good to go. +- It should be fairly easy to convert this to node, all you need is the ability to create a UUID (i do wonder if any kind of request-id would work, eg sha1(random()) or current unix time lol), and your token and you're good to go. ```php