This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
__author__ = 'RemiZOffAlex'
|
||||
__email__ = 'remizoffalex@mail.ru'
|
||||
|
||||
import requests
|
||||
|
||||
|
||||
class Octokit:
|
||||
def __init__(self):
|
||||
self.headers = {}
|
||||
|
||||
def _get(self, url, headers: {}):
|
||||
response = requests.get(url, headers).json()
|
||||
Reference in New Issue
Block a user