mirror of
https://gitflic.ru/project/santaspeen/gitflic.git
synced 2025-08-16 16:35:42 +00:00
Del unnecessary class from #1
This commit is contained in:
parent
c889caaea3
commit
46ef961292
@ -13,13 +13,6 @@ from .exceptions import (
|
||||
API_URL = 'https://api.gitflic.ru'
|
||||
|
||||
|
||||
class GitflicAPIMethods(Enum):
|
||||
""" Methods that you may use for calling API. """
|
||||
USER_ME = "/user/me"
|
||||
USER = "/user"
|
||||
# There is not all methods, please expand if you need some other method.
|
||||
|
||||
|
||||
class Gitflic:
|
||||
"""
|
||||
Gitflic API wrapper.
|
||||
|
Loading…
x
Reference in New Issue
Block a user