Document format :

{
    id: '{UUID}', // PRIMARY 
    role: '{userRole}',
    twitter_id: '{twitterID}', // SECONDARY INDEX
    twitelo_token: '{twiteloAuthToken}', // SECONDARY INDEX
    api_key: `{twiteloApiKey}`, // SECONDARY INDEX
    tokens: '{JWTencodedTwitterTokens}',
    username: '{twitterUsername}', // SECONDARY INDEX
    name: '{twitterName}',
    protected: '{twitterAccountProtectedBOOL}',
    verified: '{twitterAccountVerifiedBOOL}',
    followers: '{twitterFollowerCount}',
    lang: '{twitterLang}',
    profile_image_url: '{twitterProfileImage}',
    description: '{twitterDescription}',
    switch: '{globalSwitchBOOL}',
    freshUser: '{userSavedProfileFirstTimeOrNotBOOL}',
    disabled: '{counter >= 10 ? disabled : enabled}',
    settings: {
        locale: '{userLocaleForWebsite}',
        notifications: {
            mp_twitter: '{notificationsMPTwitterBOOL}'
        },
        pp_trigger: '{ppTriggerUpdateBOOL}'
    },
    twitelo: {
        name: {
            status: '{twiteloNameUpdateBOOL}',
            content: '{twiteloName}'
        },
        description: {
            status: '{twiteloDescriptionUpdateBOOL}',
            content: '{twiteloDescription}'
        },
        location: {
            status: '{twiteloLocationUpdateBOOL}',
            content: '{twiteloLocation}'
        }
    },
    created: '{createdTimestamp}',
    updated: '{updatedTimestamp}'
}

Example :

{
    "id": "8a769142-be00-4661-abeb-a9e3e912dc05",
    "role": "USER",
    "twitter_id": "249718145",
    "twitelo_token": "d39e249718145-ef796426c7ed0134e7814af15c3f761c4234f8c732h044c655296862e0c445c58a10fb",
    "api_key": "7d7e249718145-ac3c3ef796426c7ed0134e7835312be2e542h044c65529686ccbdaf5789a180a",
    "tokens": "eyJ0ODE0NS03bGciOiJm5RYkVGRyd2hrbVEyUj9.fyJ0b2tlbiI6IjI0OTcxODE0NS03bGciOiJm5RYkVeXAbiI6IjI0OTCJhbGciOiJI4NGRyjA1OUJtTU5wIiwidG9rZW5TZWNyZXQiOiJVyx_iqIh_WwqQeX04Jd2lZ1ljQ2pnMnZWc3k5VnJLcFNRSzhCcHMybU82TTBEaGgiLCJpZCI6IjI0OTcxODE0NSJ9.JiFOEVyx_iqIh_WwqQeX04JdvFZjfaNuJOFlSd9E1tk",
    "username": "iFonny_",
    "name": "Nico hihihi 🔥 🔥",
    "protected": false,
    "verified": false,
    "followers": 4331,
    "lang": "fr",
    "profile_image_url": "http: //pbs.twimg.com/profile_images/963649016004272129/VhbWWXT__400x400.jpg",
    "description": "Nico - 21 ans - Update ta bio automatiquement en fonction de ton rank LoL avec https://t.co/ZrNFzfmBEH",
    "switch": false,
    "freshUser": false,
    "disabled": 0,
    "settings": {
        "locale": "fr",
        "notifications": {
            "mp_twitter": false
        },
        "pp_trigger": false
    },
    "twitelo": {
        "description": {
            "content": "Nico - 21 ans - Update ta bio automatiquement en fonction de ton rank LoL avec https://t.co/ZrNFzfmBEH",
            "status": false
        },
        "name": {
            "content": "Nico hihihi 🔥 🔥",
            "status": false
        },
        "url": {
            "content": "https: //t.co/DoxOwxxffE",
            "status": false
        }
    },
    "created": 1519639337231,
    "updated": 1519639337231,
}

results matching ""

    No results matching ""