File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed
Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build] ( https://pollination.cloud-dotnet/workflows/CD/badge.svg )] ( https://pollination.cloud-dotnet/actions ) [ ![ NuGet Version and Downloads count] ( https://buildstats.info/nuget/PollinationSDK?dWidth=50 )] ( https://www.nuget.org/packages/PollinationSDK )
1+ [ ![ Build] ( https://github.com/pollination/csharp-sdk/actions/workflows/cd.yaml/badge.svg )] ( https://github.com/pollination/csharp-sdk/actions/workflows/cd.yaml )
2+ [ ![ NuGet Version and Downloads count] ( https://buildstats.info/nuget/PollinationSDK?dWidth=50 )] ( https://www.nuget.org/packages/PollinationSDK )
23
34# PollinationSDK - the C# library for the pollination-server
45
@@ -9,7 +10,7 @@ This C# SDK is automatically generated by the [OpenAPI Generator](https://openap
910- API version: 1.1.0
1011- SDK version: 1.1.0
1112- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
12- For more information, please visit [ https://pollination.cloud ] ( https://pollination.cloud )
13+ For more information, please visit [ https://pollination.solutions ] ( https://pollination.solutions )
1314
1415## Frameworks supported
1516
Original file line number Diff line number Diff line change @@ -332,8 +332,8 @@ public void RunInputsTest()
332332
333333 private JobInfo CreateTestJobInfo ( )
334334 {
335- //var recipe = @"https://api.staging.pollination.cloud /registries/ladybug-tools/recipe/annual-daylight/0.6.4";
336- var recipe = @"https://api.staging.pollination.cloud /registries/ladybug-tools/recipe/daylight-factor/0.7.14-viz" ;
335+ //var recipe = @"https://api.staging.pollination.solutions /registries/ladybug-tools/recipe/annual-daylight/0.6.4";
336+ var recipe = @"https://api.staging.pollination.solutions /registries/ladybug-tools/recipe/daylight-factor/0.7.14-viz" ;
337337
338338 var job = new Job ( recipe ) ;
339339
Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ public void Init()
2525 using ( WebClient wc = new WebClient ( ) )
2626 {
2727 // Annual daylight
28- var url = @"https://api.staging.pollination.cloud /recipes/ladybug-tools/annual-daylight/tags/latest" ;
28+ var url = @"https://api.staging.pollination.solutions /recipes/ladybug-tools/annual-daylight/tags/latest" ;
2929 var json = wc . DownloadString ( url ) ;
3030 this . annualDaylight = RecipePackage . FromJson ( json ) . Manifest ;
3131
3232 // Daylight factor
33- url = @"https://api.staging.pollination.cloud /recipes/ladybug-tools/daylight-factor/tags/latest" ;
33+ url = @"https://api.staging.pollination.solutions /recipes/ladybug-tools/daylight-factor/tags/latest" ;
3434 json = wc . DownloadString ( url ) ;
3535 this . daylightFactor = RecipePackage . FromJson ( json ) . Manifest ;
3636
3737 // Daylight factor
38- url = @"https://api.staging.pollination.cloud /recipes/ladybug-tools/annual-energy-use/tags/latest" ;
38+ url = @"https://api.staging.pollination.solutions /recipes/ladybug-tools/annual-energy-use/tags/latest" ;
3939 json = wc . DownloadString ( url ) ;
4040 this . annualEnergyUse = RecipePackage . FromJson ( json ) . Manifest ;
4141 }
You can’t perform that action at this time.
0 commit comments