Skip to content

Commit 8da6d0e

Browse files
feat(api): api update
1 parent 05eba14 commit 8da6d0e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 91976f3284e20f47fdb0256e128536cd

src/resources/web.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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 });

0 commit comments

Comments
 (0)