Skip to content

Commit c520975

Browse files
author
scrapebadger-bot
committed
chore: regenerate SDK from OpenAPI spec
1 parent 3156196 commit c520975

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

ScrapeBadger.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScrapeBadger", "src\ScrapeBadger\ScrapeBadger.csproj", "{981C7BFF-97F7-4E29-B0D6-9B6DEA02A6F3}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScrapeBadger", "src\ScrapeBadger\ScrapeBadger.csproj", "{D0C36465-F665-4DC0-B3F7-45C7E50BA335}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScrapeBadger.Test", "src\ScrapeBadger.Test\ScrapeBadger.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{981C7BFF-97F7-4E29-B0D6-9B6DEA02A6F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{981C7BFF-97F7-4E29-B0D6-9B6DEA02A6F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{981C7BFF-97F7-4E29-B0D6-9B6DEA02A6F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{981C7BFF-97F7-4E29-B0D6-9B6DEA02A6F3}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{D0C36465-F665-4DC0-B3F7-45C7E50BA335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{D0C36465-F665-4DC0-B3F7-45C7E50BA335}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{D0C36465-F665-4DC0-B3F7-45C7E50BA335}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{D0C36465-F665-4DC0-B3F7-45C7E50BA335}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19142,7 +19142,7 @@ paths:
1914219142
- Web
1914319143
/v1/web/screenshot:
1914419144
post:
19145-
description: Take a screenshot of a URL. (Phase 2 — patchright engine)
19145+
description: Take a screenshot of a URL. (browser engine)
1914619146
operationId: web_take_a_screenshot
1914719147
responses:
1914819148
"200":

docs/WebApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ This endpoint does not need any parameter.
602602
603603
Take a screenshot
604604

605-
Take a screenshot of a URL. (Phase 2 — patchright engine)
605+
Take a screenshot of a URL. (browser engine)
606606

607607
### Example
608608
```csharp

src/ScrapeBadger/Api/WebApi.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public interface IWebApiSync : IApiAccessor
149149
/// Take a screenshot
150150
/// </summary>
151151
/// <remarks>
152-
/// Take a screenshot of a URL. (Phase 2 — patchright engine)
152+
/// Take a screenshot of a URL. (browser engine)
153153
/// </remarks>
154154
/// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
155155
/// <returns>Object</returns>
@@ -159,7 +159,7 @@ public interface IWebApiSync : IApiAccessor
159159
/// Take a screenshot
160160
/// </summary>
161161
/// <remarks>
162-
/// Take a screenshot of a URL. (Phase 2 — patchright engine)
162+
/// Take a screenshot of a URL. (browser engine)
163163
/// </remarks>
164164
/// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
165165
/// <returns>ApiResponse of Object</returns>
@@ -345,7 +345,7 @@ public interface IWebApiAsync : IApiAccessor
345345
/// Take a screenshot
346346
/// </summary>
347347
/// <remarks>
348-
/// Take a screenshot of a URL. (Phase 2 — patchright engine)
348+
/// Take a screenshot of a URL. (browser engine)
349349
/// </remarks>
350350
/// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
351351
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -356,7 +356,7 @@ public interface IWebApiAsync : IApiAccessor
356356
/// Take a screenshot
357357
/// </summary>
358358
/// <remarks>
359-
/// Take a screenshot of a URL. (Phase 2 — patchright engine)
359+
/// Take a screenshot of a URL. (browser engine)
360360
/// </remarks>
361361
/// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
362362
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -1312,7 +1312,7 @@ public ScrapeBadger.Client.ApiResponse<Object> WebSubmitBatchScrapingJobWithHttp
13121312
}
13131313

13141314
/// <summary>
1315-
/// Take a screenshot Take a screenshot of a URL. (Phase 2 — patchright engine)
1315+
/// Take a screenshot Take a screenshot of a URL. (browser engine)
13161316
/// </summary>
13171317
/// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
13181318
/// <returns>Object</returns>
@@ -1323,7 +1323,7 @@ public Object WebTakeAScreenshot()
13231323
}
13241324

13251325
/// <summary>
1326-
/// Take a screenshot Take a screenshot of a URL. (Phase 2 — patchright engine)
1326+
/// Take a screenshot Take a screenshot of a URL. (browser engine)
13271327
/// </summary>
13281328
/// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
13291329
/// <returns>ApiResponse of Object</returns>
@@ -1365,7 +1365,7 @@ public ScrapeBadger.Client.ApiResponse<Object> WebTakeAScreenshotWithHttpInfo()
13651365
}
13661366

13671367
/// <summary>
1368-
/// Take a screenshot Take a screenshot of a URL. (Phase 2 — patchright engine)
1368+
/// Take a screenshot Take a screenshot of a URL. (browser engine)
13691369
/// </summary>
13701370
/// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
13711371
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
@@ -1377,7 +1377,7 @@ public ScrapeBadger.Client.ApiResponse<Object> WebTakeAScreenshotWithHttpInfo()
13771377
}
13781378

13791379
/// <summary>
1380-
/// Take a screenshot Take a screenshot of a URL. (Phase 2 — patchright engine)
1380+
/// Take a screenshot Take a screenshot of a URL. (browser engine)
13811381
/// </summary>
13821382
/// <exception cref="ScrapeBadger.Client.ApiException">Thrown when fails to make API call</exception>
13831383
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>

0 commit comments

Comments
 (0)