mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 10:16:32 +00:00
Add E2E tests, fix bugs
Made-with: Cursor
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ from cdn_manager cimport CDNManager
|
||||
cdef class ApiClient:
|
||||
cdef Credentials credentials
|
||||
cdef CDNManager cdn_manager
|
||||
cdef str token, folder, api_url
|
||||
cdef public str token
|
||||
cdef str folder, api_url
|
||||
cdef User user
|
||||
|
||||
cpdef set_credentials_from_dict(self, str email, str password)
|
||||
|
||||
Reference in New Issue
Block a user