File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 13981398 "method" : " POST" ,
13991399 "header" : [],
14001400 "url" : {
1401- "raw" : " https://graph.threads.net/me/threads?text=This is a quoted post.&media_type=TEXT"e_post_id={{quote_post_id}}" ,
1402- "protocol" : " https" ,
1401+ "raw" : " {{api_host}}/me/threads?text=This is a quoted post.&media_type=TEXT"e_post_id={{quote_post_id}}" ,
14031402 "host" : [
1404- " graph" ,
1405- " threads" ,
1406- " net"
1403+ " {{api_host}}"
14071404 ],
14081405 "path" : [
14091406 " me" ,
18221819 "method" : " GET" ,
18231820 "header" : [],
18241821 "url" : {
1825- "raw" : " https://graph.threads.net/me?fields={{fields_profile}}" ,
1826- "protocol" : " https" ,
1822+ "raw" : " {{api_host}}/me?fields={{fields_profile}}" ,
18271823 "host" : [
1828- " graph" ,
1829- " threads" ,
1830- " net"
1824+ " {{api_host}}"
18311825 ],
18321826 "path" : [
18331827 " me"
19431937 "method" : " GET" ,
19441938 "header" : [],
19451939 "url" : {
1946- "raw" : " https://graph.threads.net/?fields={{fields_threads}}" ,
1947- "protocol" : " https" ,
1940+ "raw" : " {{api_host}}/{{thread_id}}?fields={{fields_threads}}" ,
19481941 "host" : [
1949- " graph" ,
1950- " threads" ,
1951- " net"
1942+ " {{api_host}}"
19521943 ],
19531944 "path" : [
1954- " "
1945+ " {{thread_id}} "
19551946 ],
19561947 "query" : [
19571948 {
20362027 "method" : " GET" ,
20372028 "header" : [],
20382029 "url" : {
2039- "raw" : " https://graph.threads.net/me/threads?fields={{fields_threads}}&limit=50" ,
2040- "protocol" : " https" ,
2030+ "raw" : " {{api_host}}/me/threads?fields={{fields_threads}}&limit=50" ,
20412031 "host" : [
2042- " graph" ,
2043- " threads" ,
2044- " net"
2032+ " {{api_host}}"
20452033 ],
20462034 "path" : [
20472035 " me" ,
21332121 "method" : " GET" ,
21342122 "header" : [],
21352123 "url" : {
2136- "raw" : " https://graph.threads.net/profile_posts?username=threads&fields={{fields_threads}}" ,
2137- "protocol" : " https" ,
2124+ "raw" : " {{api_host}}/profile_posts?username=threads&fields={{fields_threads}}" ,
21382125 "host" : [
2139- " graph" ,
2140- " threads" ,
2141- " net"
2126+ " {{api_host}}"
21422127 ],
21432128 "path" : [
21442129 " profile_posts"
You can’t perform that action at this time.
0 commit comments