Translations:Stat API/17/ru

From Wiki Kaminari Click
Revision as of 09:30, 18 December 2023 by Admin (talk | contribs) (Created page with "==== Python ==== import requests headers = { 'accept': '*/*', } response = requests.options('<nowiki>https://kaminari.click/api/stat/get'</nowiki>, headers=headers) response = requests.options('<nowiki>http://Authorization</nowiki>: Bearer <YOUR API_TOKEN>', headers=headers) Category:Private")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)