Skip to content

Commit

Permalink
Add existing operation codes for us client (#369)
Browse files Browse the repository at this point in the history
Co-authored-by: dnadein <[email protected]>
  • Loading branch information
dnadein and dnadein authored Mar 5, 2024
1 parent bb34a10 commit 5644d9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/dl_us_client/dl_us_client/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ class OpCode:
WB_BASIC_INFO_GET: str = "workbook_basic_info_get"
WB_PRIVATE_INFO_GET: str = "private_workbook_info_get"
COLLECTION_CONTENT_GET: str = "collection_content_get"
COLLECTION_CREATE: str = "collection_create"
COLLECTION_GET: str = "collection_get"
COLLECTION_UPDATE: str = "collection_update"
COLLECTION_DELETE: str = "collection_delete"
COLLECTION_MOVE: str = "collection_move"

0 comments on commit 5644d9f

Please sign in to comment.