Translations:Stat API/17/en

From Wiki Kaminari Click
Revision as of 10:53, 19 January 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)

Python

import requests

headers = {
    'accept': '*/*',
}

response = requests.options('https://kaminari.click/api/stat/get', headers=headers)
response = requests.options('http://Authorization: Bearer <YOUR API_TOKEN>', headers=headers)