Skip to content

Commit 88e3a81

Browse files
author
Olivier Davant
committed
Search Templates examples update
1 parent 30291f5 commit 88e3a81

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Examples/1-Access/EX-1.01.06.1-SearchTemplates-Equities.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@
3333
"tags": []
3434
},
3535
"source": [
36-
"Search templates are defined using the following JSON structure:\n",
37-
" - **description** (string): Description of the template.\n",
38-
" - **parameters** (object): Parameters of the template. These parameters can be used as placeholders in the request_body of the template and as named parameters of the search() method of the template. Each parameter has a name, a description, and an optional default value.\n",
39-
" - **request_body** (object): Body of the request sent to the Search REST API. This request body can include template parameters surrounded by '#{' and '}' (for example: “#{my_param}”). More details on the structure of the request body can be found in the [Search API reference guide](https://apidocs.refinitiv.com/Apps/ApiDocs#/details/L2Rpc2NvdmVyeS9zZWFyY2gvdjE=/Lw==/POST/README) (access to this guide requires a Refinitiv Workspace account or RDP account to log in).\n",
36+
"**Search templates are defined using the following JSON structure:**\n",
37+
"\n",
38+
"- **description** (string): Description of the template.\n",
39+
"- **parameters** (object): Parameters of the template. These parameters can be used as placeholders in the request_body of the template and as named parameters of the search() method of the template. Each parameter has a name, a description, and an optional default value.\n",
40+
"- **request_body** (object): Body of the request sent to the Search REST API. This request body can include template parameters surrounded by '#{' and '}' (for example: “#{my_param}”). More details on the structure of the request body can be found in the [Search API reference guide](https://apidocs.refinitiv.com/Apps/ApiDocs#/details/L2Rpc2NvdmVyeS9zZWFyY2gvdjE=/Lw==/POST/README) (access to this guide requires a Refinitiv Workspace account or RDP account to log in).\n",
4041
" \n",
4142
"**Template example:**\n",
4243
" \n",

Examples/1-Access/EX-1.01.06.2-SearchTemplates-PhysicalAssets.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@
3232
"tags": []
3333
},
3434
"source": [
35-
"Search templates are defined using the following JSON structure:\n",
36-
" - **description** (string): Description of the template.\n",
37-
" - **parameters** (object): Parameters of the template. These parameters can be used as placeholders in the request_body of the template and as named parameters of the search() method of the template. Each parameter has a name, a description, and an optional default value.\n",
38-
" - **request_body** (object): Body of the request sent to the Search REST API. This request body can include template parameters surrounded by '#{' and '}' (for example: “#{my_param}”). More details on the structure of the request body can be found in the [Search API reference guide](https://apidocs.refinitiv.com/Apps/ApiDocs#/details/L2Rpc2NvdmVyeS9zZWFyY2gvdjE=/Lw==/POST/README) (access to this guide requires a Refinitiv Workspace account or RDP account to log in).\n",
35+
"**Search templates are defined using the following JSON structure:**\n",
36+
"\n",
37+
"- **description** (string): Description of the template.\n",
38+
"- **parameters** (object): Parameters of the template. These parameters can be used as placeholders in the request_body of the template and as named parameters of the search() method of the template. Each parameter has a name, a description, and an optional default value.\n",
39+
"- **request_body** (object): Body of the request sent to the Search REST API. This request body can include template parameters surrounded by '#{' and '}' (for example: “#{my_param}”). More details on the structure of the request body can be found in the [Search API reference guide](https://apidocs.refinitiv.com/Apps/ApiDocs#/details/L2Rpc2NvdmVyeS9zZWFyY2gvdjE=/Lw==/POST/README) (access to this guide requires a Refinitiv Workspace account or RDP account to log in).\n",
3940
" \n",
4041
"**Template example:**\n",
4142
" \n",

0 commit comments

Comments
 (0)