mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:26:30 +00:00
consolidate CommonSecurity to Common.dll
This commit is contained in:
@@ -14,7 +14,7 @@ cdef class ApiClient:
|
||||
cdef set_token(self, str token)
|
||||
cdef get_user(self)
|
||||
|
||||
cdef post(self, url, json)
|
||||
cdef request(self, str method, str url, object payload, bint is_stream)
|
||||
cdef list_files(self, str folder, str search_file)
|
||||
cdef load_bytes(self, str filename, str folder)
|
||||
cdef upload_file(self, str filename, bytes resource, str folder)
|
||||
|
||||
Reference in New Issue
Block a user