Skip to content

Commit e1f34be

Browse files
committed
added versioning note
1 parent 0eefdc9 commit e1f34be

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@
88
| Architecture | MVC, Event Driven | Middleware |
99
| OSS Lifecycle | Archived | ![](https://img.shields.io/osslifecycle/dotkernel/api?style=flat&label=) |
1010
| Style | REST, RPC | REST |
11-
| Versioning | Yes | No |
11+
| Versioning | Yes | No * |
1212
| Documentation | Swagger (Automated) | Postman (Manual) |
1313
| License | BSD-3 | MIT |
1414
| Default DB Layer | laminas-db | doctrine-orm |
1515
| Authorization | ACL | RBAC-guard |
1616
| Authentication | HTTP Basic/Digest <br/> OAuth2.0 | OAuth2.0 |
1717
| CI/CD | Yes | Yes |
1818
| Unit Tests | Yes | Yes |
19-
| Endpoint Generator | Yes | No |
19+
| Endpoint Generator | Yes | Under development |
2020
| PSR | PSR-7 | PSR-7, PSR-15 |
21+
22+
23+
### Note
24+
> * Versioning is not planned at all. [Quote from Roy T. Fielding](https://twitter.com/fielding/status/376835835670167552)

0 commit comments

Comments
 (0)