File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 20
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev%2Fcontext.dev-5ccec8151205f9db00c9218a6c903ddb337cbbb51384876fb2090a181b92cdf5 .yml
3- openapi_spec_hash : d82bad84c8896bf48e3c3522cf9e37f8
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/context-dev%2Fcontext.dev-ea89aeedfdd75f71542bcbb53880ecbc07f2656945d9ac8dce55d7bdabc5f8cc .yml
3+ openapi_spec_hash : c4dd62c3a3dc8c59a050fb6a76ab5f1b
44config_hash : 91976f3284e20f47fdb0256e128536cd
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ export class Web extends APIResource {
1616 }
1717
1818 /**
19- * Scrapes the given URL and returns the raw HTML content of the page. Uses
20- * automatic proxy escalation to handle blocked sites.
19+ * Scrapes the given URL and returns the raw HTML content of the page.
2120 */
2221 webScrapeHTML (
2322 query : WebWebScrapeHTMLParams ,
@@ -39,9 +38,8 @@ export class Web extends APIResource {
3938 }
4039
4140 /**
42- * Scrapes the given URL, converts the HTML content to GitHub Flavored Markdown
43- * (GFM), and returns the result. Uses automatic proxy escalation to handle blocked
44- * sites.
41+ * Scrapes the given URL, converts the HTML content to Markdown, and returns the
42+ * result.
4543 */
4644 webScrapeMd ( query : WebWebScrapeMdParams , options ?: RequestOptions ) : APIPromise < WebWebScrapeMdResponse > {
4745 return this . _client . get ( '/web/scrape/markdown' , { query, ...options } ) ;
You can’t perform that action at this time.
0 commit comments