Skip to content

Commit

Permalink
Deploying to gh-pages from @ 111ac5d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 6, 2025
1 parent fd3efa5 commit 6a581ca
Show file tree
Hide file tree
Showing 106 changed files with 30,547 additions and 745 deletions.
8 changes: 4 additions & 4 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ <h3 id="requirements">Requirements</h3>
<h3 id="installation">Installation</h3>
<p>Install via NuGet:</p>
<pre><code>// Package Manager
Install-Package Crowdin.Api -Version 2.27.0
Install-Package Crowdin.Api -Version 2.27.1

// .Net CLI
dotnet add package Crowdin.Api --version 2.27.0
dotnet add package Crowdin.Api --version 2.27.1

// Package Reference
&lt;PackageReference Include=&quot;Crowdin.Api&quot; Version=&quot;2.27.0&quot; /&gt;
&lt;PackageReference Include=&quot;Crowdin.Api&quot; Version=&quot;2.27.1&quot; /&gt;

// Paket CLI
paket add Crowdin.Api --version 2.27.0
paket add Crowdin.Api --version 2.27.1
</code></pre>
<h3 id="usage-examples">Usage examples</h3>
<h4 id="initialization">Initialization</h4>
Expand Down
70 changes: 39 additions & 31 deletions api/Crowdin.Api.AI.AiApiExecutor.html

Large diffs are not rendered by default.

1,622 changes: 1,622 additions & 0 deletions api/Crowdin.Api.AI.IAiApiExecutor.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions api/Crowdin.Api.AI.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ <h4><a class="xref" href="Crowdin.Api.AI.TokensUsageRawDataGenerateAiReport.html
<section></section>
<h4><a class="xref" href="Crowdin.Api.AI.TokensUsageRawDataGenerateAiReport.GeneralSchema.html">TokensUsageRawDataGenerateAiReport.GeneralSchema</a></h4>
<section></section>
<h3 id="interfaces">Interfaces
</h3>
<h4><a class="xref" href="Crowdin.Api.AI.IAiApiExecutor.html">IAiApiExecutor</a></h4>
<section></section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="Crowdin.Api.AI.AiDatasetPurpose.html">AiDatasetPurpose</a></h4>
Expand Down
36 changes: 22 additions & 14 deletions api/Crowdin.Api.Applications.ApplicationsApiExecutor.html

Large diffs are not rendered by default.

663 changes: 663 additions & 0 deletions api/Crowdin.Api.Applications.IApplicationsApiExecutor.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions api/Crowdin.Api.Applications.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ <h4><a class="xref" href="Crowdin.Api.Applications.InstallApplicationRequest.htm
<section></section>
<h4><a class="xref" href="Crowdin.Api.Applications.InstallationPatch.html">InstallationPatch</a></h4>
<section></section>
<h3 id="interfaces">Interfaces
</h3>
<h4><a class="xref" href="Crowdin.Api.Applications.IApplicationsApiExecutor.html">IApplicationsApiExecutor</a></h4>
<section></section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="Crowdin.Api.Applications.ApplicationProjectValue.html">ApplicationProjectValue</a></h4>
Expand Down
10 changes: 9 additions & 1 deletion api/Crowdin.Api.Branches.BranchesApiExecutor.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,15 @@ <h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">BranchesApiExecutor</span></div>
</div>
<div class="implements">
<h5>Implements</h5>
<div><a class="xref" href="Crowdin.Api.Branches.IBranchesApiExecutor.html">IBranchesApiExecutor</a></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Crowdin.Api.Branches.html">Crowdin.Api.Branches</a></h6>
<h6><strong>Assembly</strong>: Crowdin.Api.dll</h6>
<h5 id="Crowdin_Api_Branches_BranchesApiExecutor_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class BranchesApiExecutor : object</code></pre>
<pre><code class="lang-csharp hljs">public class BranchesApiExecutor : object, IBranchesApiExecutor</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down Expand Up @@ -824,6 +828,10 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Crowdin.Api.Branches.IBranchesApiExecutor.html">IBranchesApiExecutor</a>
</div>
</article>
</div>

Expand Down
760 changes: 760 additions & 0 deletions api/Crowdin.Api.Branches.IBranchesApiExecutor.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions api/Crowdin.Api.Branches.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ <h4><a class="xref" href="Crowdin.Api.Branches.CloneBranchRequest.html">CloneBra
<section></section>
<h4><a class="xref" href="Crowdin.Api.Branches.MergeBranchRequest.html">MergeBranchRequest</a></h4>
<section></section>
<h3 id="interfaces">Interfaces
</h3>
<h4><a class="xref" href="Crowdin.Api.Branches.IBranchesApiExecutor.html">IBranchesApiExecutor</a></h4>
<section></section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="Crowdin.Api.Branches.BranchMergeStatusId.html">BranchMergeStatusId</a></h4>
Expand Down
36 changes: 22 additions & 14 deletions api/Crowdin.Api.Bundles.BundlesApiExecutor.html

Large diffs are not rendered by default.

Loading

0 comments on commit 6a581ca

Please sign in to comment.