Translations:Stat API/17/en: Difference between revisions
(Importing a new version from external source) |
(No difference)
|
Revision as of 02:28, 19 September 2023
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)