This repository was archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Generate only API stuffs, Do not touch database: Possible? #98
Closed
Labels
Milestone
Comments
yes, you can configure generator property yii2-openapi/src/generator/ApiGenerator.php Lines 153 to 156 in 3d4e93c
|
Thanks @cebe |
there should be some documentation about this. |
SOHELAHMED7
added a commit
to SOHELAHMED7/yii2-openapi
that referenced
this issue
Jan 31, 2023
SOHELAHMED7
added a commit
to SOHELAHMED7/yii2-openapi
that referenced
this issue
Jan 31, 2023
…o-not-touch-database Add docs to setup this project locally + for cebe#98 + enhance docs
Merged
cebe
added a commit
that referenced
this issue
Mar 7, 2023
- Add docs to setup this project locally + fix #98 + enhance docs - Enhance all code generation for x-db-type #119 . E.g. x-db-type should be reflected in model validation rules() + faker and other place where relevant. PR: SOHELAHMED7#17 - SOHELAHMED7#15
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Can I generate only API stuffs using an existing database?
I would hand craft OpenAPI spec but if the module can generate template OA spec will be also nice.
I just do not want this module to change my database.
Is it possible?
The text was updated successfully, but these errors were encountered: