Skip to content

Commit 46e1d1d

Browse files
committed
created public functions for entity lists
1 parent d234dc1 commit 46e1d1d

2 files changed

Lines changed: 385 additions & 0 deletions

File tree

ayon_api/__init__.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,18 @@
241241
get_version_links,
242242
get_representations_links,
243243
get_representation_links,
244+
get_entity_lists,
245+
get_entity_list_rest,
246+
get_entity_list_by_id,
247+
create_entity_list,
248+
update_entity_list,
249+
delete_entity_list,
250+
get_entity_list_attribute_definitions,
251+
set_entity_list_attribute_definitions,
252+
create_entity_list_item,
253+
update_entity_list_items,
254+
update_entity_list_item,
255+
delete_entity_list_item,
244256
send_batch_operations,
245257
send_activities_batch_operations,
246258
)
@@ -487,6 +499,18 @@
487499
"get_version_links",
488500
"get_representations_links",
489501
"get_representation_links",
502+
"get_entity_lists",
503+
"get_entity_list_rest",
504+
"get_entity_list_by_id",
505+
"create_entity_list",
506+
"update_entity_list",
507+
"delete_entity_list",
508+
"get_entity_list_attribute_definitions",
509+
"set_entity_list_attribute_definitions",
510+
"create_entity_list_item",
511+
"update_entity_list_items",
512+
"update_entity_list_item",
513+
"delete_entity_list_item",
490514
"send_batch_operations",
491515
"send_activities_batch_operations",
492516
)

0 commit comments

Comments
 (0)