-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update OpenAPI Specification (swagger.json) * Regenerate SDKs * Update submodule references --------- Co-authored-by: konfig-bot[bot] <121480725+konfig-bot[bot]@users.noreply.github.com> Co-authored-by: konfig-publisher <[email protected]>
- Loading branch information
1 parent
6847f79
commit 82cf424
Showing
63 changed files
with
1,902 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
java: patch | ||
python: patch | ||
typescript: patch | ||
csharp: patch | ||
php: patch | ||
go: patch | ||
phpGuzzle6: patch | ||
--- | ||
|
||
Regenerate SDKs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ca9fe135-b667-40db-9efe-98997fd6f676 | ||
ab9fadc8-b262-46cf-866c-0640d3186c35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Splitit.Web.Net.Model.PlanStrategy | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
csharp/src/Splitit.Web.Net.Test/Model/PlanStrategyTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
/* | ||
* splitit-web-api-v3 | ||
* | ||
* Splitit's Web API | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* Generated by: https://konfigthis.com | ||
*/ | ||
|
||
|
||
using Xunit; | ||
|
||
using System; | ||
using System.Linq; | ||
using System.IO; | ||
using System.Collections.Generic; | ||
using Splitit.Web.Net.Api; | ||
using Splitit.Web.Net.Model; | ||
using Splitit.Web.Net.Client; | ||
using System.Reflection; | ||
using Newtonsoft.Json; | ||
|
||
namespace Splitit.Web.Net.Test.Model | ||
{ | ||
/// <summary> | ||
/// Class for testing PlanStrategy | ||
/// </summary> | ||
/// <remarks> | ||
/// This file is automatically generated by Konfig (https://konfigthis.com). | ||
/// Please update the test case below to test the model. | ||
/// </remarks> | ||
public class PlanStrategyTests : IDisposable | ||
{ | ||
// TODO uncomment below to declare an instance variable for PlanStrategy | ||
//private PlanStrategy instance; | ||
|
||
public PlanStrategyTests() | ||
{ | ||
// TODO uncomment below to create an instance of PlanStrategy | ||
//instance = new PlanStrategy(); | ||
} | ||
|
||
public void Dispose() | ||
{ | ||
// Cleanup when everything is done. | ||
} | ||
|
||
/// <summary> | ||
/// Test an instance of PlanStrategy | ||
/// </summary> | ||
[Fact] | ||
public void PlanStrategyInstanceTest() | ||
{ | ||
// TODO uncomment below to test "IsType" PlanStrategy | ||
//Assert.IsType<PlanStrategy>(instance); | ||
} | ||
|
||
|
||
|
||
} | ||
|
||
} |
Oops, something went wrong.