Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9bf32d8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent 0b051bf commit 877ac82
Show file tree
Hide file tree
Showing 50 changed files with 3,024 additions and 313 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.21.0
Install-Package Crowdin.Api -Version 2.22.0

// .Net CLI
dotnet add package Crowdin.Api --version 2.21.0
dotnet add package Crowdin.Api --version 2.22.0

// Package Reference
&lt;PackageReference Include=&quot;Crowdin.Api&quot; Version=&quot;2.21.0&quot; /&gt;
&lt;PackageReference Include=&quot;Crowdin.Api&quot; Version=&quot;2.22.0&quot; /&gt;

// Paket CLI
paket add Crowdin.Api --version 2.21.0
paket add Crowdin.Api --version 2.22.0
</code></pre>
<h3 id="usage-examples">Usage examples</h3>
<h4 id="initialization">Initialization</h4>
Expand Down
30 changes: 30 additions & 0 deletions api/Crowdin.Api.Bundles.AddBundleRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,36 @@ <h5 id="Crowdin_Api_Bundles_AddBundleRequest_syntax">Syntax</h5>
</div>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/new/main/apiSpec/new?filename=Crowdin_Api_Bundles_AddBundleRequest_ExcludeLabelIds.md&amp;value=---%0Auid%3A%20Crowdin.Api.Bundles.AddBundleRequest.ExcludeLabelIds%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/blob/main/src/Crowdin.Api/Bundles/AddBundleRequest.cs/#L45">View Source</a>
</span>
<a id="Crowdin_Api_Bundles_AddBundleRequest_ExcludeLabelIds_" data-uid="Crowdin.Api.Bundles.AddBundleRequest.ExcludeLabelIds*"></a>
<h4 id="Crowdin_Api_Bundles_AddBundleRequest_ExcludeLabelIds" data-uid="Crowdin.Api.Bundles.AddBundleRequest.ExcludeLabelIds">ExcludeLabelIds</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ICollection&lt;int&gt;? ExcludeLabelIds { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">ICollection</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a>&gt;&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/new/main/apiSpec/new?filename=Crowdin_Api_Bundles_AddBundleRequest_ExportPattern.md&amp;value=---%0Auid%3A%20Crowdin.Api.Bundles.AddBundleRequest.ExportPattern%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
Expand Down
34 changes: 32 additions & 2 deletions api/Crowdin.Api.Bundles.Bundle.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3 id="properties">Properties
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/new/main/apiSpec/new?filename=Crowdin_Api_Bundles_Bundle_CreatedAt.md&amp;value=---%0Auid%3A%20Crowdin.Api.Bundles.Bundle.CreatedAt%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/blob/main/src/Crowdin.Api/Bundles/Bundle.cs/#L38">View Source</a>
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/blob/main/src/Crowdin.Api/Bundles/Bundle.cs/#L41">View Source</a>
</span>
<a id="Crowdin_Api_Bundles_Bundle_CreatedAt_" data-uid="Crowdin.Api.Bundles.Bundle.CreatedAt*"></a>
<h4 id="Crowdin_Api_Bundles_Bundle_CreatedAt" data-uid="Crowdin.Api.Bundles.Bundle.CreatedAt">CreatedAt</h4>
Expand All @@ -128,6 +128,36 @@ <h5 class="propertyValue">Property Value</h5>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/new/main/apiSpec/new?filename=Crowdin_Api_Bundles_Bundle_ExcludeLabelIds.md&amp;value=---%0Auid%3A%20Crowdin.Api.Bundles.Bundle.ExcludeLabelIds%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/blob/main/src/Crowdin.Api/Bundles/Bundle.cs/#L38">View Source</a>
</span>
<a id="Crowdin_Api_Bundles_Bundle_ExcludeLabelIds_" data-uid="Crowdin.Api.Bundles.Bundle.ExcludeLabelIds*"></a>
<h4 id="Crowdin_Api_Bundles_Bundle_ExcludeLabelIds" data-uid="Crowdin.Api.Bundles.Bundle.ExcludeLabelIds">ExcludeLabelIds</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int[] ExcludeLabelIds { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a>[]</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/new/main/apiSpec/new?filename=Crowdin_Api_Bundles_Bundle_ExportPattern.md&amp;value=---%0Auid%3A%20Crowdin.Api.Bundles.Bundle.ExportPattern%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
Expand Down Expand Up @@ -403,7 +433,7 @@ <h5 class="propertyValue">Property Value</h5>
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/new/main/apiSpec/new?filename=Crowdin_Api_Bundles_Bundle_UpdatedAt.md&amp;value=---%0Auid%3A%20Crowdin.Api.Bundles.Bundle.UpdatedAt%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/blob/main/src/Crowdin.Api/Bundles/Bundle.cs/#L41">View Source</a>
<a href="https://github.com/crowdin/crowdin-api-client-dotnet/blob/main/src/Crowdin.Api/Bundles/Bundle.cs/#L44">View Source</a>
</span>
<a id="Crowdin_Api_Bundles_Bundle_UpdatedAt_" data-uid="Crowdin.Api.Bundles.Bundle.UpdatedAt*"></a>
<h4 id="Crowdin_Api_Bundles_Bundle_UpdatedAt" data-uid="Crowdin.Api.Bundles.Bundle.UpdatedAt">UpdatedAt</h4>
Expand Down
4 changes: 4 additions & 0 deletions api/Crowdin.Api.Bundles.BundlePatchPath.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ <h3 id="fields">Fields
</tr>
<thead>
<tbody>
<tr>
<td id="Crowdin_Api_Bundles_BundlePatchPath_ExcludeLabelIds">ExcludeLabelIds</td>
<td></td>
</tr>
<tr>
<td id="Crowdin_Api_Bundles_BundlePatchPath_ExportPattern">ExportPattern</td>
<td></td>
Expand Down
Loading

0 comments on commit 877ac82

Please sign in to comment.