mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:46:31 +00:00
fix auth, decryption, api interaction
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
from processor_command cimport FileCommand
|
||||
|
||||
cdef class ApiClient:
|
||||
cdef str email, password, token, folder, token_file, api_url
|
||||
|
||||
cdef get_encryption_key(self, str hardware_hash)
|
||||
cdef login(self, str email, str password, bint persist_token=*)
|
||||
cdef bytes load_file(self, str filename, bint persist_token=*)
|
||||
cdef bytes load_ai_model(self)
|
||||
cdef login(self, str email, str password)
|
||||
cdef load_bytes(self, str filename)
|
||||
cdef load_ai_model(self)
|
||||
cdef load_queue_config(self)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user