@openhandle/sdk 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/generated/operations.d.ts +275 -552
- package/dist/generated/operations.d.ts.map +1 -1
- package/dist/generated/operations.js +275 -652
- package/dist/generated/operations.js.map +1 -1
- package/dist/generated/public-types.d.ts +578 -248
- package/dist/generated/public-types.d.ts.map +1 -1
- package/dist/generated/resources.d.ts +321 -571
- package/dist/generated/resources.d.ts.map +1 -1
- package/dist/generated/schema.d.ts +19496 -6479
- package/dist/generated/schema.d.ts.map +1 -1
- package/dist/references.js +51 -2
- package/dist/references.js.map +1 -1
- package/dist/runtime.js +2 -2
- package/dist/runtime.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -119,26 +119,6 @@ export const operations = [
|
|
|
119
119
|
}
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
|
-
{
|
|
123
|
-
"apiPath": "/v1/instagram/locations/{identifier}/guides",
|
|
124
|
-
"method": "get",
|
|
125
|
-
"operation": "list",
|
|
126
|
-
"paginated": true,
|
|
127
|
-
"path": "instagram.location.guides.list",
|
|
128
|
-
"scope": [
|
|
129
|
-
{
|
|
130
|
-
"name": "instagram"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "location",
|
|
134
|
-
"parameter": "identifier",
|
|
135
|
-
"reference": "location"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"name": "guides"
|
|
139
|
-
}
|
|
140
|
-
]
|
|
141
|
-
},
|
|
142
122
|
{
|
|
143
123
|
"apiPath": "/v1/instagram/locations/{identifier}/posts",
|
|
144
124
|
"method": "get",
|
|
@@ -635,26 +615,6 @@ export const operations = [
|
|
|
635
615
|
}
|
|
636
616
|
]
|
|
637
617
|
},
|
|
638
|
-
{
|
|
639
|
-
"apiPath": "/v1/instagram/profiles/{identifier}/related",
|
|
640
|
-
"method": "get",
|
|
641
|
-
"operation": "list",
|
|
642
|
-
"paginated": true,
|
|
643
|
-
"path": "instagram.profile.related.list",
|
|
644
|
-
"scope": [
|
|
645
|
-
{
|
|
646
|
-
"name": "instagram"
|
|
647
|
-
},
|
|
648
|
-
{
|
|
649
|
-
"name": "profile",
|
|
650
|
-
"parameter": "identifier",
|
|
651
|
-
"reference": "profile"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"name": "related"
|
|
655
|
-
}
|
|
656
|
-
]
|
|
657
|
-
},
|
|
658
618
|
{
|
|
659
619
|
"apiPath": "/v1/instagram/profiles/{identifier}/reposts",
|
|
660
620
|
"method": "get",
|
|
@@ -881,295 +841,264 @@ export const operations = [
|
|
|
881
841
|
]
|
|
882
842
|
},
|
|
883
843
|
{
|
|
884
|
-
"apiPath": "/v1/
|
|
885
|
-
"method": "get",
|
|
886
|
-
"operation": "get",
|
|
887
|
-
"paginated": false,
|
|
888
|
-
"path": "testData.entry.get",
|
|
889
|
-
"scope": [
|
|
890
|
-
{
|
|
891
|
-
"name": "testData"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"name": "entry",
|
|
895
|
-
"parameter": "id",
|
|
896
|
-
"reference": "testDataEntry"
|
|
897
|
-
}
|
|
898
|
-
]
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"apiPath": "/v1/test-data",
|
|
844
|
+
"apiPath": "/v1/reddit/domains/{identifier}/posts",
|
|
902
845
|
"method": "get",
|
|
903
846
|
"operation": "list",
|
|
904
|
-
"paginated":
|
|
905
|
-
"path": "
|
|
906
|
-
"scope": [
|
|
907
|
-
{
|
|
908
|
-
"name": "testData"
|
|
909
|
-
}
|
|
910
|
-
]
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"apiPath": "/v1/tiktok/effects/{identifier}",
|
|
914
|
-
"method": "get",
|
|
915
|
-
"operation": "get",
|
|
916
|
-
"paginated": false,
|
|
917
|
-
"path": "tiktok.effect.get",
|
|
847
|
+
"paginated": true,
|
|
848
|
+
"path": "reddit.domain.posts.list",
|
|
918
849
|
"scope": [
|
|
919
850
|
{
|
|
920
|
-
"name": "
|
|
851
|
+
"name": "reddit"
|
|
921
852
|
},
|
|
922
853
|
{
|
|
923
|
-
"name": "
|
|
854
|
+
"name": "domain",
|
|
924
855
|
"parameter": "identifier",
|
|
925
|
-
"reference": "
|
|
856
|
+
"reference": "domain"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"name": "posts"
|
|
926
860
|
}
|
|
927
861
|
]
|
|
928
862
|
},
|
|
929
863
|
{
|
|
930
|
-
"apiPath": "/v1/
|
|
864
|
+
"apiPath": "/v1/reddit/posts/{identifier}/comments",
|
|
931
865
|
"method": "get",
|
|
932
866
|
"operation": "list",
|
|
933
867
|
"paginated": true,
|
|
934
|
-
"path": "
|
|
868
|
+
"path": "reddit.post.comments.list",
|
|
935
869
|
"scope": [
|
|
936
870
|
{
|
|
937
|
-
"name": "
|
|
871
|
+
"name": "reddit"
|
|
938
872
|
},
|
|
939
873
|
{
|
|
940
|
-
"name": "
|
|
874
|
+
"name": "post",
|
|
941
875
|
"parameter": "identifier",
|
|
942
|
-
"reference": "
|
|
876
|
+
"reference": "post"
|
|
943
877
|
},
|
|
944
878
|
{
|
|
945
|
-
"name": "
|
|
879
|
+
"name": "comments"
|
|
946
880
|
}
|
|
947
881
|
]
|
|
948
882
|
},
|
|
949
883
|
{
|
|
950
|
-
"apiPath": "/v1/
|
|
884
|
+
"apiPath": "/v1/reddit/posts/{identifier}/duplicates",
|
|
951
885
|
"method": "get",
|
|
952
886
|
"operation": "list",
|
|
953
887
|
"paginated": true,
|
|
954
|
-
"path": "
|
|
888
|
+
"path": "reddit.post.duplicates.list",
|
|
955
889
|
"scope": [
|
|
956
890
|
{
|
|
957
|
-
"name": "
|
|
891
|
+
"name": "reddit"
|
|
958
892
|
},
|
|
959
893
|
{
|
|
960
|
-
"name": "
|
|
894
|
+
"name": "post",
|
|
895
|
+
"parameter": "identifier",
|
|
896
|
+
"reference": "post"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "duplicates"
|
|
961
900
|
}
|
|
962
901
|
]
|
|
963
902
|
},
|
|
964
903
|
{
|
|
965
|
-
"apiPath": "/v1/
|
|
904
|
+
"apiPath": "/v1/reddit/posts/{identifier}",
|
|
966
905
|
"method": "get",
|
|
967
906
|
"operation": "get",
|
|
968
907
|
"paginated": false,
|
|
969
|
-
"path": "
|
|
908
|
+
"path": "reddit.post.get",
|
|
970
909
|
"scope": [
|
|
971
910
|
{
|
|
972
|
-
"name": "
|
|
911
|
+
"name": "reddit"
|
|
973
912
|
},
|
|
974
913
|
{
|
|
975
|
-
"name": "
|
|
914
|
+
"name": "post",
|
|
976
915
|
"parameter": "identifier",
|
|
977
|
-
"reference": "
|
|
916
|
+
"reference": "post"
|
|
978
917
|
}
|
|
979
918
|
]
|
|
980
919
|
},
|
|
981
920
|
{
|
|
982
|
-
"apiPath": "/v1/
|
|
921
|
+
"apiPath": "/v1/reddit/profiles/{identifier}/comments",
|
|
983
922
|
"method": "get",
|
|
984
923
|
"operation": "list",
|
|
985
924
|
"paginated": true,
|
|
986
|
-
"path": "
|
|
925
|
+
"path": "reddit.profile.comments.list",
|
|
987
926
|
"scope": [
|
|
988
927
|
{
|
|
989
|
-
"name": "
|
|
928
|
+
"name": "reddit"
|
|
990
929
|
},
|
|
991
930
|
{
|
|
992
|
-
"name": "
|
|
931
|
+
"name": "profile",
|
|
993
932
|
"parameter": "identifier",
|
|
994
|
-
"reference": "
|
|
933
|
+
"reference": "profile"
|
|
995
934
|
},
|
|
996
935
|
{
|
|
997
|
-
"name": "
|
|
936
|
+
"name": "comments"
|
|
998
937
|
}
|
|
999
938
|
]
|
|
1000
939
|
},
|
|
1001
940
|
{
|
|
1002
|
-
"apiPath": "/v1/
|
|
941
|
+
"apiPath": "/v1/reddit/profiles/{identifier}",
|
|
1003
942
|
"method": "get",
|
|
1004
943
|
"operation": "get",
|
|
1005
944
|
"paginated": false,
|
|
1006
|
-
"path": "
|
|
945
|
+
"path": "reddit.profile.get",
|
|
1007
946
|
"scope": [
|
|
1008
947
|
{
|
|
1009
|
-
"name": "
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"name": "live"
|
|
948
|
+
"name": "reddit"
|
|
1013
949
|
},
|
|
1014
950
|
{
|
|
1015
|
-
"name": "
|
|
951
|
+
"name": "profile",
|
|
1016
952
|
"parameter": "identifier",
|
|
1017
|
-
"reference": "
|
|
953
|
+
"reference": "profile"
|
|
1018
954
|
}
|
|
1019
955
|
]
|
|
1020
956
|
},
|
|
1021
957
|
{
|
|
1022
|
-
"apiPath": "/v1/
|
|
958
|
+
"apiPath": "/v1/reddit/profiles/{identifier}/moderated",
|
|
1023
959
|
"method": "get",
|
|
1024
960
|
"operation": "list",
|
|
1025
961
|
"paginated": true,
|
|
1026
|
-
"path": "
|
|
962
|
+
"path": "reddit.profile.moderated.list",
|
|
1027
963
|
"scope": [
|
|
1028
964
|
{
|
|
1029
|
-
"name": "
|
|
965
|
+
"name": "reddit"
|
|
1030
966
|
},
|
|
1031
967
|
{
|
|
1032
|
-
"name": "
|
|
968
|
+
"name": "profile",
|
|
969
|
+
"parameter": "identifier",
|
|
970
|
+
"reference": "profile"
|
|
1033
971
|
},
|
|
1034
972
|
{
|
|
1035
|
-
"name": "
|
|
973
|
+
"name": "moderated"
|
|
1036
974
|
}
|
|
1037
975
|
]
|
|
1038
976
|
},
|
|
1039
977
|
{
|
|
1040
|
-
"apiPath": "/v1/
|
|
978
|
+
"apiPath": "/v1/reddit/profiles/{identifier}/posts",
|
|
1041
979
|
"method": "get",
|
|
1042
|
-
"operation": "
|
|
1043
|
-
"paginated":
|
|
1044
|
-
"path": "
|
|
980
|
+
"operation": "list",
|
|
981
|
+
"paginated": true,
|
|
982
|
+
"path": "reddit.profile.posts.list",
|
|
1045
983
|
"scope": [
|
|
1046
984
|
{
|
|
1047
|
-
"name": "
|
|
985
|
+
"name": "reddit"
|
|
1048
986
|
},
|
|
1049
987
|
{
|
|
1050
|
-
"name": "
|
|
988
|
+
"name": "profile",
|
|
989
|
+
"parameter": "identifier",
|
|
990
|
+
"reference": "profile"
|
|
1051
991
|
},
|
|
1052
992
|
{
|
|
1053
|
-
"name": "
|
|
1054
|
-
"parameter": "identifier",
|
|
1055
|
-
"reference": "room"
|
|
993
|
+
"name": "posts"
|
|
1056
994
|
}
|
|
1057
995
|
]
|
|
1058
996
|
},
|
|
1059
997
|
{
|
|
1060
|
-
"apiPath": "/v1/
|
|
998
|
+
"apiPath": "/v1/reddit/profiles/{identifier}/trophies",
|
|
1061
999
|
"method": "get",
|
|
1062
1000
|
"operation": "list",
|
|
1063
1001
|
"paginated": true,
|
|
1064
|
-
"path": "
|
|
1002
|
+
"path": "reddit.profile.trophies.list",
|
|
1065
1003
|
"scope": [
|
|
1066
1004
|
{
|
|
1067
|
-
"name": "
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"name": "live"
|
|
1005
|
+
"name": "reddit"
|
|
1071
1006
|
},
|
|
1072
1007
|
{
|
|
1073
|
-
"name": "
|
|
1008
|
+
"name": "profile",
|
|
1074
1009
|
"parameter": "identifier",
|
|
1075
|
-
"reference": "
|
|
1010
|
+
"reference": "profile"
|
|
1076
1011
|
},
|
|
1077
1012
|
{
|
|
1078
|
-
"name": "
|
|
1013
|
+
"name": "trophies"
|
|
1079
1014
|
}
|
|
1080
1015
|
]
|
|
1081
1016
|
},
|
|
1082
1017
|
{
|
|
1083
|
-
"apiPath": "/v1/
|
|
1018
|
+
"apiPath": "/v1/reddit/search/posts",
|
|
1084
1019
|
"method": "get",
|
|
1085
1020
|
"operation": "list",
|
|
1086
1021
|
"paginated": true,
|
|
1087
|
-
"path": "
|
|
1022
|
+
"path": "reddit.search.posts.list",
|
|
1088
1023
|
"scope": [
|
|
1089
1024
|
{
|
|
1090
|
-
"name": "
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"name": "live"
|
|
1025
|
+
"name": "reddit"
|
|
1094
1026
|
},
|
|
1095
1027
|
{
|
|
1096
|
-
"name": "
|
|
1097
|
-
"parameter": "identifier",
|
|
1098
|
-
"reference": "room"
|
|
1028
|
+
"name": "search"
|
|
1099
1029
|
},
|
|
1100
1030
|
{
|
|
1101
|
-
"name": "
|
|
1031
|
+
"name": "posts"
|
|
1102
1032
|
}
|
|
1103
1033
|
]
|
|
1104
1034
|
},
|
|
1105
1035
|
{
|
|
1106
|
-
"apiPath": "/v1/
|
|
1036
|
+
"apiPath": "/v1/reddit/search/profiles",
|
|
1107
1037
|
"method": "get",
|
|
1108
|
-
"operation": "
|
|
1109
|
-
"paginated":
|
|
1110
|
-
"path": "
|
|
1038
|
+
"operation": "list",
|
|
1039
|
+
"paginated": true,
|
|
1040
|
+
"path": "reddit.search.profiles.list",
|
|
1111
1041
|
"scope": [
|
|
1112
1042
|
{
|
|
1113
|
-
"name": "
|
|
1043
|
+
"name": "reddit"
|
|
1114
1044
|
},
|
|
1115
1045
|
{
|
|
1116
|
-
"name": "
|
|
1117
|
-
|
|
1118
|
-
|
|
1046
|
+
"name": "search"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": "profiles"
|
|
1119
1050
|
}
|
|
1120
1051
|
]
|
|
1121
1052
|
},
|
|
1122
1053
|
{
|
|
1123
|
-
"apiPath": "/v1/
|
|
1054
|
+
"apiPath": "/v1/reddit/search/subreddits",
|
|
1124
1055
|
"method": "get",
|
|
1125
1056
|
"operation": "list",
|
|
1126
1057
|
"paginated": true,
|
|
1127
|
-
"path": "
|
|
1058
|
+
"path": "reddit.search.subreddits.list",
|
|
1128
1059
|
"scope": [
|
|
1129
1060
|
{
|
|
1130
|
-
"name": "
|
|
1061
|
+
"name": "reddit"
|
|
1131
1062
|
},
|
|
1132
1063
|
{
|
|
1133
|
-
"name": "
|
|
1134
|
-
"parameter": "identifier",
|
|
1135
|
-
"reference": "location"
|
|
1064
|
+
"name": "search"
|
|
1136
1065
|
},
|
|
1137
1066
|
{
|
|
1138
|
-
"name": "
|
|
1067
|
+
"name": "subreddits"
|
|
1139
1068
|
}
|
|
1140
1069
|
]
|
|
1141
1070
|
},
|
|
1142
1071
|
{
|
|
1143
|
-
"apiPath": "/v1/
|
|
1072
|
+
"apiPath": "/v1/reddit/subreddits/{identifier}",
|
|
1144
1073
|
"method": "get",
|
|
1145
1074
|
"operation": "get",
|
|
1146
1075
|
"paginated": false,
|
|
1147
|
-
"path": "
|
|
1076
|
+
"path": "reddit.subreddit.get",
|
|
1148
1077
|
"scope": [
|
|
1149
1078
|
{
|
|
1150
|
-
"name": "
|
|
1079
|
+
"name": "reddit"
|
|
1151
1080
|
},
|
|
1152
1081
|
{
|
|
1153
|
-
"name": "
|
|
1082
|
+
"name": "subreddit",
|
|
1154
1083
|
"parameter": "identifier",
|
|
1155
|
-
"reference": "
|
|
1084
|
+
"reference": "subreddit"
|
|
1156
1085
|
}
|
|
1157
1086
|
]
|
|
1158
1087
|
},
|
|
1159
1088
|
{
|
|
1160
|
-
"apiPath": "/v1/
|
|
1089
|
+
"apiPath": "/v1/reddit/subreddits/{identifier}/posts",
|
|
1161
1090
|
"method": "get",
|
|
1162
1091
|
"operation": "list",
|
|
1163
1092
|
"paginated": true,
|
|
1164
|
-
"path": "
|
|
1093
|
+
"path": "reddit.subreddit.posts.list",
|
|
1165
1094
|
"scope": [
|
|
1166
1095
|
{
|
|
1167
|
-
"name": "
|
|
1096
|
+
"name": "reddit"
|
|
1168
1097
|
},
|
|
1169
1098
|
{
|
|
1170
|
-
"name": "
|
|
1099
|
+
"name": "subreddit",
|
|
1171
1100
|
"parameter": "identifier",
|
|
1172
|
-
"reference": "
|
|
1101
|
+
"reference": "subreddit"
|
|
1173
1102
|
},
|
|
1174
1103
|
{
|
|
1175
1104
|
"name": "posts"
|
|
@@ -1177,227 +1106,181 @@ export const operations = [
|
|
|
1177
1106
|
]
|
|
1178
1107
|
},
|
|
1179
1108
|
{
|
|
1180
|
-
"apiPath": "/v1/
|
|
1109
|
+
"apiPath": "/v1/reddit/subreddits/{identifier}/rules",
|
|
1181
1110
|
"method": "get",
|
|
1182
|
-
"operation": "
|
|
1183
|
-
"paginated":
|
|
1184
|
-
"path": "
|
|
1111
|
+
"operation": "list",
|
|
1112
|
+
"paginated": true,
|
|
1113
|
+
"path": "reddit.subreddit.rules.list",
|
|
1185
1114
|
"scope": [
|
|
1186
1115
|
{
|
|
1187
|
-
"name": "
|
|
1116
|
+
"name": "reddit"
|
|
1188
1117
|
},
|
|
1189
1118
|
{
|
|
1190
|
-
"name": "
|
|
1119
|
+
"name": "subreddit",
|
|
1191
1120
|
"parameter": "identifier",
|
|
1192
|
-
"reference": "
|
|
1121
|
+
"reference": "subreddit"
|
|
1193
1122
|
},
|
|
1194
1123
|
{
|
|
1195
|
-
"name": "
|
|
1196
|
-
"parameter": "comment_id",
|
|
1197
|
-
"reference": "comment"
|
|
1124
|
+
"name": "rules"
|
|
1198
1125
|
}
|
|
1199
1126
|
]
|
|
1200
1127
|
},
|
|
1201
1128
|
{
|
|
1202
|
-
"apiPath": "/v1/
|
|
1129
|
+
"apiPath": "/v1/reddit/subreddits/{identifier}/wiki-pages/{page}",
|
|
1203
1130
|
"method": "get",
|
|
1204
|
-
"operation": "
|
|
1205
|
-
"paginated":
|
|
1206
|
-
"path": "
|
|
1131
|
+
"operation": "get",
|
|
1132
|
+
"paginated": false,
|
|
1133
|
+
"path": "reddit.subreddit.wikiPage.get",
|
|
1207
1134
|
"scope": [
|
|
1208
1135
|
{
|
|
1209
|
-
"name": "
|
|
1136
|
+
"name": "reddit"
|
|
1210
1137
|
},
|
|
1211
1138
|
{
|
|
1212
|
-
"name": "
|
|
1139
|
+
"name": "subreddit",
|
|
1213
1140
|
"parameter": "identifier",
|
|
1214
|
-
"reference": "
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
"name": "comment",
|
|
1218
|
-
"parameter": "comment_id",
|
|
1219
|
-
"reference": "comment"
|
|
1141
|
+
"reference": "subreddit"
|
|
1220
1142
|
},
|
|
1221
1143
|
{
|
|
1222
|
-
"name": "
|
|
1144
|
+
"name": "wikiPage",
|
|
1145
|
+
"parameter": "page",
|
|
1146
|
+
"reference": "wikiPage"
|
|
1223
1147
|
}
|
|
1224
1148
|
]
|
|
1225
1149
|
},
|
|
1226
1150
|
{
|
|
1227
|
-
"apiPath": "/v1/
|
|
1151
|
+
"apiPath": "/v1/reddit/subreddits/{identifier}/wiki-pages",
|
|
1228
1152
|
"method": "get",
|
|
1229
1153
|
"operation": "list",
|
|
1230
1154
|
"paginated": true,
|
|
1231
|
-
"path": "
|
|
1155
|
+
"path": "reddit.subreddit.wikiPages.list",
|
|
1232
1156
|
"scope": [
|
|
1233
1157
|
{
|
|
1234
|
-
"name": "
|
|
1158
|
+
"name": "reddit"
|
|
1235
1159
|
},
|
|
1236
1160
|
{
|
|
1237
|
-
"name": "
|
|
1161
|
+
"name": "subreddit",
|
|
1238
1162
|
"parameter": "identifier",
|
|
1239
|
-
"reference": "
|
|
1163
|
+
"reference": "subreddit"
|
|
1240
1164
|
},
|
|
1241
1165
|
{
|
|
1242
|
-
"name": "
|
|
1166
|
+
"name": "wikiPages"
|
|
1243
1167
|
}
|
|
1244
1168
|
]
|
|
1245
1169
|
},
|
|
1246
1170
|
{
|
|
1247
|
-
"apiPath": "/v1/
|
|
1171
|
+
"apiPath": "/v1/reddit/subreddits/new",
|
|
1248
1172
|
"method": "get",
|
|
1249
|
-
"operation": "
|
|
1250
|
-
"paginated":
|
|
1251
|
-
"path": "
|
|
1173
|
+
"operation": "list",
|
|
1174
|
+
"paginated": true,
|
|
1175
|
+
"path": "reddit.subreddits.new.list",
|
|
1252
1176
|
"scope": [
|
|
1253
1177
|
{
|
|
1254
|
-
"name": "
|
|
1178
|
+
"name": "reddit"
|
|
1255
1179
|
},
|
|
1256
1180
|
{
|
|
1257
|
-
"name": "
|
|
1258
|
-
|
|
1259
|
-
|
|
1181
|
+
"name": "subreddits"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "new"
|
|
1260
1185
|
}
|
|
1261
1186
|
]
|
|
1262
1187
|
},
|
|
1263
1188
|
{
|
|
1264
|
-
"apiPath": "/v1/
|
|
1189
|
+
"apiPath": "/v1/reddit/subreddits/popular",
|
|
1265
1190
|
"method": "get",
|
|
1266
1191
|
"operation": "list",
|
|
1267
1192
|
"paginated": true,
|
|
1268
|
-
"path": "
|
|
1193
|
+
"path": "reddit.subreddits.popular.list",
|
|
1269
1194
|
"scope": [
|
|
1270
1195
|
{
|
|
1271
|
-
"name": "
|
|
1196
|
+
"name": "reddit"
|
|
1272
1197
|
},
|
|
1273
1198
|
{
|
|
1274
|
-
"name": "
|
|
1275
|
-
"parameter": "identifier",
|
|
1276
|
-
"reference": "profile"
|
|
1199
|
+
"name": "subreddits"
|
|
1277
1200
|
},
|
|
1278
1201
|
{
|
|
1279
|
-
"name": "
|
|
1202
|
+
"name": "popular"
|
|
1280
1203
|
}
|
|
1281
1204
|
]
|
|
1282
1205
|
},
|
|
1283
1206
|
{
|
|
1284
|
-
"apiPath": "/v1/
|
|
1207
|
+
"apiPath": "/v1/reddit/trending/posts",
|
|
1285
1208
|
"method": "get",
|
|
1286
1209
|
"operation": "list",
|
|
1287
1210
|
"paginated": true,
|
|
1288
|
-
"path": "
|
|
1211
|
+
"path": "reddit.trending.posts.list",
|
|
1289
1212
|
"scope": [
|
|
1290
1213
|
{
|
|
1291
|
-
"name": "
|
|
1214
|
+
"name": "reddit"
|
|
1292
1215
|
},
|
|
1293
1216
|
{
|
|
1294
|
-
"name": "
|
|
1295
|
-
"parameter": "identifier",
|
|
1296
|
-
"reference": "profile"
|
|
1217
|
+
"name": "trending"
|
|
1297
1218
|
},
|
|
1298
1219
|
{
|
|
1299
|
-
"name": "
|
|
1220
|
+
"name": "posts"
|
|
1300
1221
|
}
|
|
1301
1222
|
]
|
|
1302
1223
|
},
|
|
1303
1224
|
{
|
|
1304
|
-
"apiPath": "/v1/
|
|
1225
|
+
"apiPath": "/v1/test-data/{id}",
|
|
1305
1226
|
"method": "get",
|
|
1306
1227
|
"operation": "get",
|
|
1307
1228
|
"paginated": false,
|
|
1308
|
-
"path": "
|
|
1229
|
+
"path": "testData.entry.get",
|
|
1309
1230
|
"scope": [
|
|
1310
1231
|
{
|
|
1311
|
-
"name": "
|
|
1232
|
+
"name": "testData"
|
|
1312
1233
|
},
|
|
1313
1234
|
{
|
|
1314
|
-
"name": "
|
|
1315
|
-
"parameter": "
|
|
1316
|
-
"reference": "
|
|
1235
|
+
"name": "entry",
|
|
1236
|
+
"parameter": "id",
|
|
1237
|
+
"reference": "testDataEntry"
|
|
1317
1238
|
}
|
|
1318
1239
|
]
|
|
1319
1240
|
},
|
|
1320
1241
|
{
|
|
1321
|
-
"apiPath": "/v1/
|
|
1242
|
+
"apiPath": "/v1/test-data",
|
|
1322
1243
|
"method": "get",
|
|
1323
1244
|
"operation": "list",
|
|
1324
|
-
"paginated":
|
|
1325
|
-
"path": "
|
|
1245
|
+
"paginated": false,
|
|
1246
|
+
"path": "testData.list",
|
|
1326
1247
|
"scope": [
|
|
1327
1248
|
{
|
|
1328
|
-
"name": "
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "profile",
|
|
1332
|
-
"parameter": "identifier",
|
|
1333
|
-
"reference": "profile"
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"name": "likedPosts"
|
|
1249
|
+
"name": "testData"
|
|
1337
1250
|
}
|
|
1338
1251
|
]
|
|
1339
1252
|
},
|
|
1340
1253
|
{
|
|
1341
|
-
"apiPath": "/v1/tiktok/
|
|
1342
|
-
"method": "get",
|
|
1343
|
-
"operation": "list",
|
|
1344
|
-
"paginated": true,
|
|
1345
|
-
"path": "tiktok.profile.music.list",
|
|
1346
|
-
"scope": [
|
|
1347
|
-
{
|
|
1348
|
-
"name": "tiktok"
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "profile",
|
|
1352
|
-
"parameter": "identifier",
|
|
1353
|
-
"reference": "profile"
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"name": "music"
|
|
1357
|
-
}
|
|
1358
|
-
]
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"apiPath": "/v1/tiktok/profiles/{identifier}/playlists/{playlist_id}",
|
|
1254
|
+
"apiPath": "/v1/tiktok/effects/{identifier}",
|
|
1362
1255
|
"method": "get",
|
|
1363
1256
|
"operation": "get",
|
|
1364
1257
|
"paginated": false,
|
|
1365
|
-
"path": "tiktok.
|
|
1258
|
+
"path": "tiktok.effect.get",
|
|
1366
1259
|
"scope": [
|
|
1367
1260
|
{
|
|
1368
1261
|
"name": "tiktok"
|
|
1369
1262
|
},
|
|
1370
1263
|
{
|
|
1371
|
-
"name": "
|
|
1264
|
+
"name": "effect",
|
|
1372
1265
|
"parameter": "identifier",
|
|
1373
|
-
"reference": "
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"name": "playlist",
|
|
1377
|
-
"parameter": "playlist_id",
|
|
1378
|
-
"reference": "playlist"
|
|
1266
|
+
"reference": "effect"
|
|
1379
1267
|
}
|
|
1380
1268
|
]
|
|
1381
1269
|
},
|
|
1382
1270
|
{
|
|
1383
|
-
"apiPath": "/v1/tiktok/
|
|
1271
|
+
"apiPath": "/v1/tiktok/effects/{identifier}/posts",
|
|
1384
1272
|
"method": "get",
|
|
1385
1273
|
"operation": "list",
|
|
1386
1274
|
"paginated": true,
|
|
1387
|
-
"path": "tiktok.
|
|
1275
|
+
"path": "tiktok.effect.posts.list",
|
|
1388
1276
|
"scope": [
|
|
1389
1277
|
{
|
|
1390
1278
|
"name": "tiktok"
|
|
1391
1279
|
},
|
|
1392
1280
|
{
|
|
1393
|
-
"name": "
|
|
1281
|
+
"name": "effect",
|
|
1394
1282
|
"parameter": "identifier",
|
|
1395
|
-
"reference": "
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"name": "playlist",
|
|
1399
|
-
"parameter": "playlist_id",
|
|
1400
|
-
"reference": "playlist"
|
|
1283
|
+
"reference": "effect"
|
|
1401
1284
|
},
|
|
1402
1285
|
{
|
|
1403
1286
|
"name": "posts"
|
|
@@ -1405,205 +1288,125 @@ export const operations = [
|
|
|
1405
1288
|
]
|
|
1406
1289
|
},
|
|
1407
1290
|
{
|
|
1408
|
-
"apiPath": "/v1/tiktok/
|
|
1409
|
-
"method": "get",
|
|
1410
|
-
"operation": "list",
|
|
1411
|
-
"paginated": true,
|
|
1412
|
-
"path": "tiktok.profile.playlists.list",
|
|
1413
|
-
"scope": [
|
|
1414
|
-
{
|
|
1415
|
-
"name": "tiktok"
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"name": "profile",
|
|
1419
|
-
"parameter": "identifier",
|
|
1420
|
-
"reference": "profile"
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"name": "playlists"
|
|
1424
|
-
}
|
|
1425
|
-
]
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"apiPath": "/v1/tiktok/profiles/{identifier}/posts",
|
|
1291
|
+
"apiPath": "/v1/tiktok/effects",
|
|
1429
1292
|
"method": "get",
|
|
1430
1293
|
"operation": "list",
|
|
1431
1294
|
"paginated": true,
|
|
1432
|
-
"path": "tiktok.
|
|
1295
|
+
"path": "tiktok.effects.list",
|
|
1433
1296
|
"scope": [
|
|
1434
1297
|
{
|
|
1435
1298
|
"name": "tiktok"
|
|
1436
1299
|
},
|
|
1437
1300
|
{
|
|
1438
|
-
"name": "
|
|
1439
|
-
"parameter": "identifier",
|
|
1440
|
-
"reference": "profile"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "posts"
|
|
1301
|
+
"name": "effects"
|
|
1444
1302
|
}
|
|
1445
1303
|
]
|
|
1446
1304
|
},
|
|
1447
1305
|
{
|
|
1448
|
-
"apiPath": "/v1/tiktok/
|
|
1306
|
+
"apiPath": "/v1/tiktok/hashtags/{identifier}",
|
|
1449
1307
|
"method": "get",
|
|
1450
1308
|
"operation": "get",
|
|
1451
1309
|
"paginated": false,
|
|
1452
|
-
"path": "tiktok.
|
|
1310
|
+
"path": "tiktok.hashtag.get",
|
|
1453
1311
|
"scope": [
|
|
1454
1312
|
{
|
|
1455
1313
|
"name": "tiktok"
|
|
1456
1314
|
},
|
|
1457
1315
|
{
|
|
1458
|
-
"name": "
|
|
1316
|
+
"name": "hashtag",
|
|
1459
1317
|
"parameter": "identifier",
|
|
1460
|
-
"reference": "
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"name": "qrCode"
|
|
1318
|
+
"reference": "hashtag"
|
|
1464
1319
|
}
|
|
1465
1320
|
]
|
|
1466
1321
|
},
|
|
1467
1322
|
{
|
|
1468
|
-
"apiPath": "/v1/tiktok/
|
|
1323
|
+
"apiPath": "/v1/tiktok/hashtags/{identifier}/posts",
|
|
1469
1324
|
"method": "get",
|
|
1470
1325
|
"operation": "list",
|
|
1471
1326
|
"paginated": true,
|
|
1472
|
-
"path": "tiktok.
|
|
1327
|
+
"path": "tiktok.hashtag.posts.list",
|
|
1473
1328
|
"scope": [
|
|
1474
1329
|
{
|
|
1475
1330
|
"name": "tiktok"
|
|
1476
1331
|
},
|
|
1477
1332
|
{
|
|
1478
|
-
"name": "
|
|
1333
|
+
"name": "hashtag",
|
|
1479
1334
|
"parameter": "identifier",
|
|
1480
|
-
"reference": "
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"name": "stories"
|
|
1484
|
-
}
|
|
1485
|
-
]
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"apiPath": "/v1/tiktok/search/comment-suggestions",
|
|
1489
|
-
"method": "get",
|
|
1490
|
-
"operation": "list",
|
|
1491
|
-
"paginated": true,
|
|
1492
|
-
"path": "tiktok.search.commentSuggestions.list",
|
|
1493
|
-
"scope": [
|
|
1494
|
-
{
|
|
1495
|
-
"name": "tiktok"
|
|
1496
|
-
},
|
|
1497
|
-
{
|
|
1498
|
-
"name": "search"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"name": "commentSuggestions"
|
|
1502
|
-
}
|
|
1503
|
-
]
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"apiPath": "/v1/tiktok/search/hashtags",
|
|
1507
|
-
"method": "get",
|
|
1508
|
-
"operation": "list",
|
|
1509
|
-
"paginated": true,
|
|
1510
|
-
"path": "tiktok.search.hashtags.list",
|
|
1511
|
-
"scope": [
|
|
1512
|
-
{
|
|
1513
|
-
"name": "tiktok"
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"name": "search"
|
|
1517
|
-
},
|
|
1518
|
-
{
|
|
1519
|
-
"name": "hashtags"
|
|
1520
|
-
}
|
|
1521
|
-
]
|
|
1522
|
-
},
|
|
1523
|
-
{
|
|
1524
|
-
"apiPath": "/v1/tiktok/search/insights",
|
|
1525
|
-
"method": "get",
|
|
1526
|
-
"operation": "list",
|
|
1527
|
-
"paginated": true,
|
|
1528
|
-
"path": "tiktok.search.insights.list",
|
|
1529
|
-
"scope": [
|
|
1530
|
-
{
|
|
1531
|
-
"name": "tiktok"
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"name": "search"
|
|
1335
|
+
"reference": "hashtag"
|
|
1535
1336
|
},
|
|
1536
1337
|
{
|
|
1537
|
-
"name": "
|
|
1338
|
+
"name": "posts"
|
|
1538
1339
|
}
|
|
1539
1340
|
]
|
|
1540
1341
|
},
|
|
1541
1342
|
{
|
|
1542
|
-
"apiPath": "/v1/tiktok/
|
|
1343
|
+
"apiPath": "/v1/tiktok/locations/{identifier}",
|
|
1543
1344
|
"method": "get",
|
|
1544
|
-
"operation": "
|
|
1545
|
-
"paginated":
|
|
1546
|
-
"path": "tiktok.
|
|
1345
|
+
"operation": "get",
|
|
1346
|
+
"paginated": false,
|
|
1347
|
+
"path": "tiktok.location.get",
|
|
1547
1348
|
"scope": [
|
|
1548
1349
|
{
|
|
1549
1350
|
"name": "tiktok"
|
|
1550
1351
|
},
|
|
1551
1352
|
{
|
|
1552
|
-
"name": "
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
"name": "live"
|
|
1353
|
+
"name": "location",
|
|
1354
|
+
"parameter": "identifier",
|
|
1355
|
+
"reference": "location"
|
|
1556
1356
|
}
|
|
1557
1357
|
]
|
|
1558
1358
|
},
|
|
1559
1359
|
{
|
|
1560
|
-
"apiPath": "/v1/tiktok/
|
|
1360
|
+
"apiPath": "/v1/tiktok/locations/{identifier}/posts",
|
|
1561
1361
|
"method": "get",
|
|
1562
1362
|
"operation": "list",
|
|
1563
1363
|
"paginated": true,
|
|
1564
|
-
"path": "tiktok.
|
|
1364
|
+
"path": "tiktok.location.posts.list",
|
|
1565
1365
|
"scope": [
|
|
1566
1366
|
{
|
|
1567
1367
|
"name": "tiktok"
|
|
1568
1368
|
},
|
|
1569
1369
|
{
|
|
1570
|
-
"name": "
|
|
1370
|
+
"name": "location",
|
|
1371
|
+
"parameter": "identifier",
|
|
1372
|
+
"reference": "location"
|
|
1571
1373
|
},
|
|
1572
1374
|
{
|
|
1573
|
-
"name": "
|
|
1375
|
+
"name": "posts"
|
|
1574
1376
|
}
|
|
1575
1377
|
]
|
|
1576
1378
|
},
|
|
1577
1379
|
{
|
|
1578
|
-
"apiPath": "/v1/tiktok/
|
|
1380
|
+
"apiPath": "/v1/tiktok/music/{identifier}",
|
|
1579
1381
|
"method": "get",
|
|
1580
|
-
"operation": "
|
|
1581
|
-
"paginated":
|
|
1582
|
-
"path": "tiktok.
|
|
1382
|
+
"operation": "get",
|
|
1383
|
+
"paginated": false,
|
|
1384
|
+
"path": "tiktok.music.get",
|
|
1583
1385
|
"scope": [
|
|
1584
1386
|
{
|
|
1585
1387
|
"name": "tiktok"
|
|
1586
1388
|
},
|
|
1587
1389
|
{
|
|
1588
|
-
"name": "
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
"name": "music"
|
|
1390
|
+
"name": "music",
|
|
1391
|
+
"parameter": "identifier",
|
|
1392
|
+
"reference": "music"
|
|
1592
1393
|
}
|
|
1593
1394
|
]
|
|
1594
1395
|
},
|
|
1595
1396
|
{
|
|
1596
|
-
"apiPath": "/v1/tiktok/
|
|
1397
|
+
"apiPath": "/v1/tiktok/music/{identifier}/posts",
|
|
1597
1398
|
"method": "get",
|
|
1598
1399
|
"operation": "list",
|
|
1599
1400
|
"paginated": true,
|
|
1600
|
-
"path": "tiktok.
|
|
1401
|
+
"path": "tiktok.music.posts.list",
|
|
1601
1402
|
"scope": [
|
|
1602
1403
|
{
|
|
1603
1404
|
"name": "tiktok"
|
|
1604
1405
|
},
|
|
1605
1406
|
{
|
|
1606
|
-
"name": "
|
|
1407
|
+
"name": "music",
|
|
1408
|
+
"parameter": "identifier",
|
|
1409
|
+
"reference": "music"
|
|
1607
1410
|
},
|
|
1608
1411
|
{
|
|
1609
1412
|
"name": "posts"
|
|
@@ -1611,403 +1414,318 @@ export const operations = [
|
|
|
1611
1414
|
]
|
|
1612
1415
|
},
|
|
1613
1416
|
{
|
|
1614
|
-
"apiPath": "/v1/tiktok/
|
|
1417
|
+
"apiPath": "/v1/tiktok/posts/{identifier}/comments/{comment_id}/replies",
|
|
1615
1418
|
"method": "get",
|
|
1616
1419
|
"operation": "list",
|
|
1617
1420
|
"paginated": true,
|
|
1618
|
-
"path": "tiktok.
|
|
1421
|
+
"path": "tiktok.post.comment.replies.list",
|
|
1619
1422
|
"scope": [
|
|
1620
1423
|
{
|
|
1621
1424
|
"name": "tiktok"
|
|
1622
1425
|
},
|
|
1623
1426
|
{
|
|
1624
|
-
"name": "
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
"name": "profiles"
|
|
1628
|
-
}
|
|
1629
|
-
]
|
|
1630
|
-
},
|
|
1631
|
-
{
|
|
1632
|
-
"apiPath": "/v1/tiktok/search/top",
|
|
1633
|
-
"method": "get",
|
|
1634
|
-
"operation": "list",
|
|
1635
|
-
"paginated": true,
|
|
1636
|
-
"path": "tiktok.search.top.list",
|
|
1637
|
-
"scope": [
|
|
1638
|
-
{
|
|
1639
|
-
"name": "tiktok"
|
|
1427
|
+
"name": "post",
|
|
1428
|
+
"parameter": "identifier",
|
|
1429
|
+
"reference": "post"
|
|
1640
1430
|
},
|
|
1641
1431
|
{
|
|
1642
|
-
"name": "
|
|
1432
|
+
"name": "comment",
|
|
1433
|
+
"parameter": "comment_id",
|
|
1434
|
+
"reference": "comment"
|
|
1643
1435
|
},
|
|
1644
1436
|
{
|
|
1645
|
-
"name": "
|
|
1437
|
+
"name": "replies"
|
|
1646
1438
|
}
|
|
1647
1439
|
]
|
|
1648
1440
|
},
|
|
1649
1441
|
{
|
|
1650
|
-
"apiPath": "/v1/tiktok/
|
|
1442
|
+
"apiPath": "/v1/tiktok/posts/{identifier}/comments",
|
|
1651
1443
|
"method": "get",
|
|
1652
1444
|
"operation": "list",
|
|
1653
1445
|
"paginated": true,
|
|
1654
|
-
"path": "tiktok.
|
|
1446
|
+
"path": "tiktok.post.comments.list",
|
|
1655
1447
|
"scope": [
|
|
1656
1448
|
{
|
|
1657
1449
|
"name": "tiktok"
|
|
1658
1450
|
},
|
|
1659
1451
|
{
|
|
1660
|
-
"name": "
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
"name": "deals"
|
|
1452
|
+
"name": "post",
|
|
1453
|
+
"parameter": "identifier",
|
|
1454
|
+
"reference": "post"
|
|
1664
1455
|
},
|
|
1665
1456
|
{
|
|
1666
|
-
"name": "
|
|
1457
|
+
"name": "comments"
|
|
1667
1458
|
}
|
|
1668
1459
|
]
|
|
1669
1460
|
},
|
|
1670
1461
|
{
|
|
1671
|
-
"apiPath": "/v1/tiktok/
|
|
1462
|
+
"apiPath": "/v1/tiktok/posts/{identifier}",
|
|
1672
1463
|
"method": "get",
|
|
1673
|
-
"operation": "
|
|
1674
|
-
"paginated":
|
|
1675
|
-
"path": "tiktok.
|
|
1464
|
+
"operation": "get",
|
|
1465
|
+
"paginated": false,
|
|
1466
|
+
"path": "tiktok.post.get",
|
|
1676
1467
|
"scope": [
|
|
1677
1468
|
{
|
|
1678
1469
|
"name": "tiktok"
|
|
1679
1470
|
},
|
|
1680
1471
|
{
|
|
1681
|
-
"name": "
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
"name": "deals"
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "newUser"
|
|
1472
|
+
"name": "post",
|
|
1473
|
+
"parameter": "identifier",
|
|
1474
|
+
"reference": "post"
|
|
1688
1475
|
}
|
|
1689
1476
|
]
|
|
1690
1477
|
},
|
|
1691
1478
|
{
|
|
1692
|
-
"apiPath": "/v1/tiktok/
|
|
1479
|
+
"apiPath": "/v1/tiktok/profiles/{identifier}/followers",
|
|
1693
1480
|
"method": "get",
|
|
1694
1481
|
"operation": "list",
|
|
1695
1482
|
"paginated": true,
|
|
1696
|
-
"path": "tiktok.
|
|
1483
|
+
"path": "tiktok.profile.followers.list",
|
|
1697
1484
|
"scope": [
|
|
1698
1485
|
{
|
|
1699
1486
|
"name": "tiktok"
|
|
1700
1487
|
},
|
|
1701
1488
|
{
|
|
1702
|
-
"name": "
|
|
1489
|
+
"name": "profile",
|
|
1490
|
+
"parameter": "identifier",
|
|
1491
|
+
"reference": "profile"
|
|
1703
1492
|
},
|
|
1704
1493
|
{
|
|
1705
|
-
"name": "
|
|
1494
|
+
"name": "followers"
|
|
1706
1495
|
}
|
|
1707
1496
|
]
|
|
1708
1497
|
},
|
|
1709
1498
|
{
|
|
1710
|
-
"apiPath": "/v1/tiktok/
|
|
1499
|
+
"apiPath": "/v1/tiktok/profiles/{identifier}/following",
|
|
1711
1500
|
"method": "get",
|
|
1712
1501
|
"operation": "list",
|
|
1713
1502
|
"paginated": true,
|
|
1714
|
-
"path": "tiktok.
|
|
1503
|
+
"path": "tiktok.profile.following.list",
|
|
1715
1504
|
"scope": [
|
|
1716
1505
|
{
|
|
1717
1506
|
"name": "tiktok"
|
|
1718
1507
|
},
|
|
1719
1508
|
{
|
|
1720
|
-
"name": "
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"name": "live",
|
|
1509
|
+
"name": "profile",
|
|
1724
1510
|
"parameter": "identifier",
|
|
1725
|
-
"reference": "
|
|
1511
|
+
"reference": "profile"
|
|
1726
1512
|
},
|
|
1727
1513
|
{
|
|
1728
|
-
"name": "
|
|
1514
|
+
"name": "following"
|
|
1729
1515
|
}
|
|
1730
1516
|
]
|
|
1731
1517
|
},
|
|
1732
1518
|
{
|
|
1733
|
-
"apiPath": "/v1/tiktok/
|
|
1519
|
+
"apiPath": "/v1/tiktok/profiles/{identifier}",
|
|
1734
1520
|
"method": "get",
|
|
1735
1521
|
"operation": "get",
|
|
1736
1522
|
"paginated": false,
|
|
1737
|
-
"path": "tiktok.
|
|
1523
|
+
"path": "tiktok.profile.get",
|
|
1738
1524
|
"scope": [
|
|
1739
1525
|
{
|
|
1740
1526
|
"name": "tiktok"
|
|
1741
1527
|
},
|
|
1742
1528
|
{
|
|
1743
|
-
"name": "
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "product",
|
|
1529
|
+
"name": "profile",
|
|
1747
1530
|
"parameter": "identifier",
|
|
1748
|
-
"reference": "
|
|
1531
|
+
"reference": "profile"
|
|
1749
1532
|
}
|
|
1750
1533
|
]
|
|
1751
1534
|
},
|
|
1752
1535
|
{
|
|
1753
|
-
"apiPath": "/v1/tiktok/
|
|
1536
|
+
"apiPath": "/v1/tiktok/profiles/{identifier}/liked-posts",
|
|
1754
1537
|
"method": "get",
|
|
1755
1538
|
"operation": "list",
|
|
1756
1539
|
"paginated": true,
|
|
1757
|
-
"path": "tiktok.
|
|
1540
|
+
"path": "tiktok.profile.likedPosts.list",
|
|
1758
1541
|
"scope": [
|
|
1759
1542
|
{
|
|
1760
1543
|
"name": "tiktok"
|
|
1761
1544
|
},
|
|
1762
1545
|
{
|
|
1763
|
-
"name": "
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"name": "product",
|
|
1546
|
+
"name": "profile",
|
|
1767
1547
|
"parameter": "identifier",
|
|
1768
|
-
"reference": "
|
|
1548
|
+
"reference": "profile"
|
|
1769
1549
|
},
|
|
1770
1550
|
{
|
|
1771
|
-
"name": "
|
|
1551
|
+
"name": "likedPosts"
|
|
1772
1552
|
}
|
|
1773
1553
|
]
|
|
1774
1554
|
},
|
|
1775
1555
|
{
|
|
1776
|
-
"apiPath": "/v1/tiktok/
|
|
1556
|
+
"apiPath": "/v1/tiktok/profiles/{identifier}/playlists/{playlist_id}",
|
|
1777
1557
|
"method": "get",
|
|
1778
|
-
"operation": "
|
|
1779
|
-
"paginated":
|
|
1780
|
-
"path": "tiktok.
|
|
1558
|
+
"operation": "get",
|
|
1559
|
+
"paginated": false,
|
|
1560
|
+
"path": "tiktok.profile.playlist.get",
|
|
1781
1561
|
"scope": [
|
|
1782
1562
|
{
|
|
1783
1563
|
"name": "tiktok"
|
|
1784
1564
|
},
|
|
1785
|
-
{
|
|
1786
|
-
"name": "shop"
|
|
1787
|
-
},
|
|
1788
1565
|
{
|
|
1789
1566
|
"name": "profile",
|
|
1790
1567
|
"parameter": "identifier",
|
|
1791
1568
|
"reference": "profile"
|
|
1792
1569
|
},
|
|
1793
1570
|
{
|
|
1794
|
-
"name": "
|
|
1571
|
+
"name": "playlist",
|
|
1572
|
+
"parameter": "playlist_id",
|
|
1573
|
+
"reference": "playlist"
|
|
1795
1574
|
}
|
|
1796
1575
|
]
|
|
1797
1576
|
},
|
|
1798
1577
|
{
|
|
1799
|
-
"apiPath": "/v1/tiktok/
|
|
1578
|
+
"apiPath": "/v1/tiktok/profiles/{identifier}/playlists/{playlist_id}/posts",
|
|
1800
1579
|
"method": "get",
|
|
1801
1580
|
"operation": "list",
|
|
1802
1581
|
"paginated": true,
|
|
1803
|
-
"path": "tiktok.
|
|
1582
|
+
"path": "tiktok.profile.playlist.posts.list",
|
|
1804
1583
|
"scope": [
|
|
1805
1584
|
{
|
|
1806
1585
|
"name": "tiktok"
|
|
1807
1586
|
},
|
|
1808
|
-
{
|
|
1809
|
-
"name": "shop"
|
|
1810
|
-
},
|
|
1811
1587
|
{
|
|
1812
1588
|
"name": "profile",
|
|
1813
1589
|
"parameter": "identifier",
|
|
1814
1590
|
"reference": "profile"
|
|
1815
1591
|
},
|
|
1816
1592
|
{
|
|
1817
|
-
"name": "
|
|
1593
|
+
"name": "playlist",
|
|
1594
|
+
"parameter": "playlist_id",
|
|
1595
|
+
"reference": "playlist"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"name": "posts"
|
|
1818
1599
|
}
|
|
1819
1600
|
]
|
|
1820
1601
|
},
|
|
1821
1602
|
{
|
|
1822
|
-
"apiPath": "/v1/tiktok/
|
|
1603
|
+
"apiPath": "/v1/tiktok/profiles/{identifier}/playlists",
|
|
1823
1604
|
"method": "get",
|
|
1824
1605
|
"operation": "list",
|
|
1825
1606
|
"paginated": true,
|
|
1826
|
-
"path": "tiktok.
|
|
1607
|
+
"path": "tiktok.profile.playlists.list",
|
|
1827
1608
|
"scope": [
|
|
1828
1609
|
{
|
|
1829
1610
|
"name": "tiktok"
|
|
1830
1611
|
},
|
|
1831
|
-
{
|
|
1832
|
-
"name": "shop"
|
|
1833
|
-
},
|
|
1834
1612
|
{
|
|
1835
1613
|
"name": "profile",
|
|
1836
1614
|
"parameter": "identifier",
|
|
1837
1615
|
"reference": "profile"
|
|
1838
1616
|
},
|
|
1839
1617
|
{
|
|
1840
|
-
"name": "
|
|
1618
|
+
"name": "playlists"
|
|
1841
1619
|
}
|
|
1842
1620
|
]
|
|
1843
1621
|
},
|
|
1844
1622
|
{
|
|
1845
|
-
"apiPath": "/v1/tiktok/
|
|
1623
|
+
"apiPath": "/v1/tiktok/profiles/{identifier}/posts",
|
|
1846
1624
|
"method": "get",
|
|
1847
1625
|
"operation": "list",
|
|
1848
1626
|
"paginated": true,
|
|
1849
|
-
"path": "tiktok.
|
|
1627
|
+
"path": "tiktok.profile.posts.list",
|
|
1850
1628
|
"scope": [
|
|
1851
1629
|
{
|
|
1852
1630
|
"name": "tiktok"
|
|
1853
1631
|
},
|
|
1854
1632
|
{
|
|
1855
|
-
"name": "
|
|
1633
|
+
"name": "profile",
|
|
1634
|
+
"parameter": "identifier",
|
|
1635
|
+
"reference": "profile"
|
|
1856
1636
|
},
|
|
1857
1637
|
{
|
|
1858
|
-
"name": "
|
|
1638
|
+
"name": "posts"
|
|
1859
1639
|
}
|
|
1860
1640
|
]
|
|
1861
1641
|
},
|
|
1862
1642
|
{
|
|
1863
|
-
"apiPath": "/v1/tiktok/
|
|
1643
|
+
"apiPath": "/v1/tiktok/search/hashtags",
|
|
1864
1644
|
"method": "get",
|
|
1865
1645
|
"operation": "list",
|
|
1866
1646
|
"paginated": true,
|
|
1867
|
-
"path": "tiktok.
|
|
1647
|
+
"path": "tiktok.search.hashtags.list",
|
|
1868
1648
|
"scope": [
|
|
1869
1649
|
{
|
|
1870
1650
|
"name": "tiktok"
|
|
1871
1651
|
},
|
|
1872
1652
|
{
|
|
1873
|
-
"name": "
|
|
1653
|
+
"name": "search"
|
|
1874
1654
|
},
|
|
1875
1655
|
{
|
|
1876
|
-
"name": "
|
|
1656
|
+
"name": "hashtags"
|
|
1877
1657
|
}
|
|
1878
1658
|
]
|
|
1879
1659
|
},
|
|
1880
1660
|
{
|
|
1881
|
-
"apiPath": "/v1/tiktok/
|
|
1661
|
+
"apiPath": "/v1/tiktok/search/locations",
|
|
1882
1662
|
"method": "get",
|
|
1883
1663
|
"operation": "list",
|
|
1884
1664
|
"paginated": true,
|
|
1885
|
-
"path": "tiktok.
|
|
1665
|
+
"path": "tiktok.search.locations.list",
|
|
1886
1666
|
"scope": [
|
|
1887
1667
|
{
|
|
1888
1668
|
"name": "tiktok"
|
|
1889
1669
|
},
|
|
1890
1670
|
{
|
|
1891
|
-
"name": "
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"name": "seller",
|
|
1895
|
-
"parameter": "identifier",
|
|
1896
|
-
"reference": "seller"
|
|
1671
|
+
"name": "search"
|
|
1897
1672
|
},
|
|
1898
1673
|
{
|
|
1899
|
-
"name": "
|
|
1674
|
+
"name": "locations"
|
|
1900
1675
|
}
|
|
1901
1676
|
]
|
|
1902
1677
|
},
|
|
1903
1678
|
{
|
|
1904
|
-
"apiPath": "/v1/tiktok/
|
|
1679
|
+
"apiPath": "/v1/tiktok/search/music",
|
|
1905
1680
|
"method": "get",
|
|
1906
1681
|
"operation": "list",
|
|
1907
1682
|
"paginated": true,
|
|
1908
|
-
"path": "tiktok.
|
|
1909
|
-
"scope": [
|
|
1910
|
-
{
|
|
1911
|
-
"name": "tiktok"
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"name": "shop"
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"name": "seller",
|
|
1918
|
-
"parameter": "identifier",
|
|
1919
|
-
"reference": "seller"
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"name": "category",
|
|
1923
|
-
"parameter": "category_id",
|
|
1924
|
-
"reference": "category"
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"name": "products"
|
|
1928
|
-
}
|
|
1929
|
-
]
|
|
1930
|
-
},
|
|
1931
|
-
{
|
|
1932
|
-
"apiPath": "/v1/tiktok/shop/sellers/{identifier}",
|
|
1933
|
-
"method": "get",
|
|
1934
|
-
"operation": "get",
|
|
1935
|
-
"paginated": false,
|
|
1936
|
-
"path": "tiktok.shop.seller.get",
|
|
1683
|
+
"path": "tiktok.search.music.list",
|
|
1937
1684
|
"scope": [
|
|
1938
1685
|
{
|
|
1939
1686
|
"name": "tiktok"
|
|
1940
1687
|
},
|
|
1941
1688
|
{
|
|
1942
|
-
"name": "
|
|
1689
|
+
"name": "search"
|
|
1943
1690
|
},
|
|
1944
1691
|
{
|
|
1945
|
-
"name": "
|
|
1946
|
-
"parameter": "identifier",
|
|
1947
|
-
"reference": "seller"
|
|
1692
|
+
"name": "music"
|
|
1948
1693
|
}
|
|
1949
1694
|
]
|
|
1950
1695
|
},
|
|
1951
1696
|
{
|
|
1952
|
-
"apiPath": "/v1/tiktok/
|
|
1697
|
+
"apiPath": "/v1/tiktok/search/posts",
|
|
1953
1698
|
"method": "get",
|
|
1954
1699
|
"operation": "list",
|
|
1955
1700
|
"paginated": true,
|
|
1956
|
-
"path": "tiktok.
|
|
1701
|
+
"path": "tiktok.search.posts.list",
|
|
1957
1702
|
"scope": [
|
|
1958
1703
|
{
|
|
1959
1704
|
"name": "tiktok"
|
|
1960
1705
|
},
|
|
1961
1706
|
{
|
|
1962
|
-
"name": "
|
|
1963
|
-
},
|
|
1964
|
-
{
|
|
1965
|
-
"name": "seller",
|
|
1966
|
-
"parameter": "identifier",
|
|
1967
|
-
"reference": "seller"
|
|
1707
|
+
"name": "search"
|
|
1968
1708
|
},
|
|
1969
1709
|
{
|
|
1970
|
-
"name": "
|
|
1710
|
+
"name": "posts"
|
|
1971
1711
|
}
|
|
1972
1712
|
]
|
|
1973
1713
|
},
|
|
1974
1714
|
{
|
|
1975
|
-
"apiPath": "/v1/tiktok/
|
|
1715
|
+
"apiPath": "/v1/tiktok/search/profiles",
|
|
1976
1716
|
"method": "get",
|
|
1977
1717
|
"operation": "list",
|
|
1978
1718
|
"paginated": true,
|
|
1979
|
-
"path": "tiktok.
|
|
1719
|
+
"path": "tiktok.search.profiles.list",
|
|
1980
1720
|
"scope": [
|
|
1981
1721
|
{
|
|
1982
1722
|
"name": "tiktok"
|
|
1983
1723
|
},
|
|
1984
1724
|
{
|
|
1985
|
-
"name": "
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"name": "seller",
|
|
1989
|
-
"parameter": "identifier",
|
|
1990
|
-
"reference": "seller"
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"name": "sortTypes"
|
|
1994
|
-
}
|
|
1995
|
-
]
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"apiPath": "/v1/tiktok/stories/{identifier}",
|
|
1999
|
-
"method": "get",
|
|
2000
|
-
"operation": "get",
|
|
2001
|
-
"paginated": false,
|
|
2002
|
-
"path": "tiktok.story.get",
|
|
2003
|
-
"scope": [
|
|
2004
|
-
{
|
|
2005
|
-
"name": "tiktok"
|
|
1725
|
+
"name": "search"
|
|
2006
1726
|
},
|
|
2007
1727
|
{
|
|
2008
|
-
"name": "
|
|
2009
|
-
"parameter": "identifier",
|
|
2010
|
-
"reference": "story"
|
|
1728
|
+
"name": "profiles"
|
|
2011
1729
|
}
|
|
2012
1730
|
]
|
|
2013
1731
|
},
|
|
@@ -2029,24 +1747,6 @@ export const operations = [
|
|
|
2029
1747
|
}
|
|
2030
1748
|
]
|
|
2031
1749
|
},
|
|
2032
|
-
{
|
|
2033
|
-
"apiPath": "/v1/tiktok/trending/insights",
|
|
2034
|
-
"method": "get",
|
|
2035
|
-
"operation": "list",
|
|
2036
|
-
"paginated": true,
|
|
2037
|
-
"path": "tiktok.trending.insights.list",
|
|
2038
|
-
"scope": [
|
|
2039
|
-
{
|
|
2040
|
-
"name": "tiktok"
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
"name": "trending"
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"name": "insights"
|
|
2047
|
-
}
|
|
2048
|
-
]
|
|
2049
|
-
},
|
|
2050
1750
|
{
|
|
2051
1751
|
"apiPath": "/v1/tiktok/trending/music",
|
|
2052
1752
|
"method": "get",
|
|
@@ -2083,43 +1783,6 @@ export const operations = [
|
|
|
2083
1783
|
}
|
|
2084
1784
|
]
|
|
2085
1785
|
},
|
|
2086
|
-
{
|
|
2087
|
-
"apiPath": "/v1/twitter/lists/{identifier}",
|
|
2088
|
-
"method": "get",
|
|
2089
|
-
"operation": "get",
|
|
2090
|
-
"paginated": false,
|
|
2091
|
-
"path": "twitter.list.get",
|
|
2092
|
-
"scope": [
|
|
2093
|
-
{
|
|
2094
|
-
"name": "twitter"
|
|
2095
|
-
},
|
|
2096
|
-
{
|
|
2097
|
-
"name": "list",
|
|
2098
|
-
"parameter": "identifier",
|
|
2099
|
-
"reference": "list"
|
|
2100
|
-
}
|
|
2101
|
-
]
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"apiPath": "/v1/twitter/lists/{identifier}/members",
|
|
2105
|
-
"method": "get",
|
|
2106
|
-
"operation": "list",
|
|
2107
|
-
"paginated": true,
|
|
2108
|
-
"path": "twitter.list.members.list",
|
|
2109
|
-
"scope": [
|
|
2110
|
-
{
|
|
2111
|
-
"name": "twitter"
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
"name": "list",
|
|
2115
|
-
"parameter": "identifier",
|
|
2116
|
-
"reference": "list"
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"name": "members"
|
|
2120
|
-
}
|
|
2121
|
-
]
|
|
2122
|
-
},
|
|
2123
1786
|
{
|
|
2124
1787
|
"apiPath": "/v1/twitter/lists/{identifier}/posts",
|
|
2125
1788
|
"method": "get",
|
|
@@ -2202,26 +1865,6 @@ export const operations = [
|
|
|
2202
1865
|
}
|
|
2203
1866
|
]
|
|
2204
1867
|
},
|
|
2205
|
-
{
|
|
2206
|
-
"apiPath": "/v1/twitter/posts/{identifier}/likers",
|
|
2207
|
-
"method": "get",
|
|
2208
|
-
"operation": "list",
|
|
2209
|
-
"paginated": true,
|
|
2210
|
-
"path": "twitter.post.likers.list",
|
|
2211
|
-
"scope": [
|
|
2212
|
-
{
|
|
2213
|
-
"name": "twitter"
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"name": "post",
|
|
2217
|
-
"parameter": "identifier",
|
|
2218
|
-
"reference": "post"
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"name": "likers"
|
|
2222
|
-
}
|
|
2223
|
-
]
|
|
2224
|
-
},
|
|
2225
1868
|
{
|
|
2226
1869
|
"apiPath": "/v1/twitter/posts/{identifier}/reposters",
|
|
2227
1870
|
"method": "get",
|
|
@@ -2299,26 +1942,6 @@ export const operations = [
|
|
|
2299
1942
|
}
|
|
2300
1943
|
]
|
|
2301
1944
|
},
|
|
2302
|
-
{
|
|
2303
|
-
"apiPath": "/v1/twitter/profiles/{identifier}/lists",
|
|
2304
|
-
"method": "get",
|
|
2305
|
-
"operation": "list",
|
|
2306
|
-
"paginated": true,
|
|
2307
|
-
"path": "twitter.profile.lists.list",
|
|
2308
|
-
"scope": [
|
|
2309
|
-
{
|
|
2310
|
-
"name": "twitter"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"name": "profile",
|
|
2314
|
-
"parameter": "identifier",
|
|
2315
|
-
"reference": "profile"
|
|
2316
|
-
},
|
|
2317
|
-
{
|
|
2318
|
-
"name": "lists"
|
|
2319
|
-
}
|
|
2320
|
-
]
|
|
2321
|
-
},
|
|
2322
1945
|
{
|
|
2323
1946
|
"apiPath": "/v1/twitter/profiles/{identifier}/media",
|
|
2324
1947
|
"method": "get",
|