Skip to content

Commit 1c89409

Browse files
committed
Fixed versioning URLs and other small fixes
Signed-off-by: alexmerlin <[email protected]>
1 parent 7d910aa commit 1c89409

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/book/v5/transition-from-api-tools/api-tools-vs-dotkernel-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| OSS Lifecycle | Archived | ![OSS Lifecycle](https://img.shields.io/osslifecycle?style=flat&label=&file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Fapi%2Fblob%2F5.0%2FOSSMETADATA) |
1010
| Style | REST, RPC | REST |
1111
| Versioning | Yes | [Deprecations *](https://docs.dotkernel.org/api-documentation/v5/tutorials/api-evolution/) |
12-
| Documentation | Swagger (Automated) | Postman (Manual) * |
12+
| Documentation | Swagger (Automated) | OpenAPI (Swagger) / Postman (Manual) * |
1313
| Content-Negotiation | Custom | Custom |
1414
| License | BSD-3 | MIT |
1515
| Default DB Layer | laminas-db | doctrine-orm |
@@ -20,4 +20,5 @@
2020
| Endpoint Generator | Yes | Under development |
2121
| PSR | PSR-7 | PSR-7, PSR-15 |
2222

23-
> \* Versioning is replaced by Deprecations, using evolution strategy
23+
> \* Versioning was replaced by Deprecations, using evolution strategy
24+
> \* Version 5 implemented OpenAPI 3.0

docs/book/v6/transition-from-api-tools/api-tools-vs-dotkernel-api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| Architecture | MVC, Event Driven | Middleware |
99
| OSS Lifecycle | Archived | ![OSS Lifecycle](https://img.shields.io/osslifecycle?style=flat&label=&file_url=https%3A%2F%2Fgithub.com%2Fdotkernel%2Fapi%2Fblob%2F6.0%2FOSSMETADATA) |
1010
| Style | REST, RPC | REST |
11-
| Versioning | Yes | [Deprecations *](https://docs.dotkernel.org/api-documentation/v6/tutorials/api-evolution/) |
11+
| Versioning | Yes | [Deprecations](https://docs.dotkernel.org/api-documentation/v6/tutorials/api-evolution/) |
1212
| Documentation | Swagger (Automated) | OpenAPI (Swagger) / Postman (Manual) |
1313
| Content-Negotiation | Custom | Custom |
1414
| License | BSD-3 | MIT |
@@ -19,5 +19,3 @@
1919
| Unit Tests | Yes | Yes |
2020
| Endpoint Generator | Yes | Under development |
2121
| PSR | PSR-7 | PSR-7, PSR-15 |
22-
23-
> \* Versioning is replaced by Deprecations, using evolution strategy.

0 commit comments

Comments
 (0)