Skip to content

Commit 9f09432

Browse files
committed
Release 1.4.0-rc1 (2025-07-01)
- Change API to TypeSpec as source of truth. - Change generated libraries to `openapi-generator` version 7 with modified templates (see `templates` directory). - PHP - Minimal changes in the use of the library. - Python - Imports have changes, all models and apis are in separate modules and some have moved for example `api.model` -> `api.models` and `api.apis` -> `api.api`. - Model members are now `snake_case`. - Enums are now derived from `enum.Enum`. - `JsonPatchDocument` has been replaced with `list[Operation]`. - Files are now returned as plain `bytearray`. - C# - New library is generic host based, so `Configuration` class has been removed and more. See the new example on how to use the client with tokens. - Uses `System.Text.Json` for JSON processing - `JsonPatchDocument`, `Operation` and `OperationType` were dropped and now use the models from `Microsoft.AspNetCore.JsonPatch` - `ValidationProblemDetails` and `ProblemDetails` were dropped and now use the models from `Microsoft.AspNetCore.Mvc.Core` - Sync versions of operations been removed, added Events based alternative
1 parent 807a376 commit 9f09432

File tree

115 files changed

+22719
-12891
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+22719
-12891
lines changed

Calcasa.Api.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 14
3-
VisualStudioVersion = 14.0.25420.1
4-
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{FF69C973-A54C-4B94-A793-9E94DD3B479D}"
2+
# Visual Studio 2012
3+
VisualStudioVersion = 12.0.0.0
4+
MinimumVisualStudioVersion = 10.0.0.1
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calcasa.Api", "src\Calcasa.Api\Calcasa.Api.csproj", "{3F2DDA54-9CA2-469D-BD77-84A532BE324D}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{FF69C973-A54C-4B94-A793-9E94DD3B479D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{FF69C973-A54C-4B94-A793-9E94DD3B479D}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{FF69C973-A54C-4B94-A793-9E94DD3B479D}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{FF69C973-A54C-4B94-A793-9E94DD3B479D}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{3F2DDA54-9CA2-469D-BD77-84A532BE324D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{3F2DDA54-9CA2-469D-BD77-84A532BE324D}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{3F2DDA54-9CA2-469D-BD77-84A532BE324D}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{3F2DDA54-9CA2-469D-BD77-84A532BE324D}.Release|Any CPU.Build.0 = Release|Any CPU
1717
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1818
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

README.md

Lines changed: 1 addition & 468 deletions
Large diffs are not rendered by default.

src/Calcasa.Api/Api/AdressenApi.cs

Lines changed: 833 additions & 390 deletions
Large diffs are not rendered by default.

src/Calcasa.Api/Api/BestemmingsplannenApi.cs

Lines changed: 411 additions & 279 deletions
Large diffs are not rendered by default.

src/Calcasa.Api/Api/BodemApi.cs

Lines changed: 411 additions & 279 deletions
Large diffs are not rendered by default.

src/Calcasa.Api/Api/BuurtApi.cs

Lines changed: 419 additions & 282 deletions
Large diffs are not rendered by default.

src/Calcasa.Api/Api/CallbacksApi.cs

Lines changed: 1596 additions & 627 deletions
Large diffs are not rendered by default.

src/Calcasa.Api/Api/ConfiguratieApi.cs

Lines changed: 773 additions & 378 deletions
Large diffs are not rendered by default.

src/Calcasa.Api/Api/FacturenApi.cs

Lines changed: 412 additions & 277 deletions
Large diffs are not rendered by default.

src/Calcasa.Api/Api/FotosApi.cs

Lines changed: 413 additions & 279 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)