Skip to content

Commit c1c559f

Browse files
committed
3.0.3
1 parent 8ed39a5 commit c1c559f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/test#GET_INFO_FROM_URL-2.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#import sys
2+
#import os
3+
#sys.path.append(os.getcwd())
4+
5+
from FeishuBitableAPI import FeishuBitableAPI
6+
7+
# 创建 FeishuBitableAPI 类的实例
8+
api = FeishuBitableAPI()
9+
10+
# 调用类的方法进行测试
11+
app_token = api.GET_APPTOKEN_FROM_URL("https://ruijie.feishu.cn/base/VwGhbo65BaYLaOsSz1nciWc5ncb?table=tblzDsYuQkXfoy9e&view=vewAgGXuqf")
12+
13+
14+
# 打印测试结果或进行其他操作
15+
print("App Token:", app_token)
16+
17+
# 其他结果的打印或操作...

0 commit comments

Comments
 (0)